Class: Aws::SecurityAgent::Types::BatchGetCodeReviewsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetCodeReviewsInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for retrieving multiple code reviews by their IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code reviews.
-
#code_review_ids ⇒ Array<String>
The list of code review identifiers to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code reviews.
624 625 626 627 628 629 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 624 class BatchGetCodeReviewsInput < Struct.new( :code_review_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#code_review_ids ⇒ Array<String>
The list of code review identifiers to retrieve.
624 625 626 627 628 629 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 624 class BatchGetCodeReviewsInput < Struct.new( :code_review_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |