Class: Aws::SecurityAgent::Types::BatchGetCodeReviewJobTasksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetCodeReviewJobTasksInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for retrieving multiple tasks associated with a code review job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the tasks.
-
#code_review_job_task_ids ⇒ Array<String>
The list of task identifiers to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the tasks.
546 547 548 549 550 551 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 546 class BatchGetCodeReviewJobTasksInput < Struct.new( :agent_space_id, :code_review_job_task_ids) SENSITIVE = [] include Aws::Structure end |
#code_review_job_task_ids ⇒ Array<String>
The list of task identifiers to retrieve.
546 547 548 549 550 551 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 546 class BatchGetCodeReviewJobTasksInput < Struct.new( :agent_space_id, :code_review_job_task_ids) SENSITIVE = [] include Aws::Structure end |