Class: Aws::SecurityAgent::Types::BatchGetCodeReviewJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetCodeReviewJobsInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for BatchGetCodeReviewJobs operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review jobs.
-
#code_review_job_ids ⇒ Array<String>
The list of code review job identifiers to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review jobs.
585 586 587 588 589 590 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 585 class BatchGetCodeReviewJobsInput < Struct.new( :code_review_job_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#code_review_job_ids ⇒ Array<String>
The list of code review job identifiers to retrieve.
585 586 587 588 589 590 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 585 class BatchGetCodeReviewJobsInput < Struct.new( :code_review_job_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |