Class: Aws::SecurityAgent::Types::BatchGetCodeReviewsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetCodeReviewsOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the BatchGetCodeReviews operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_reviews ⇒ Array<Types::CodeReview>
The list of code reviews that were found.
-
#not_found ⇒ Array<String>
The list of code review identifiers that were not found.
Instance Attribute Details
#code_reviews ⇒ Array<Types::CodeReview>
The list of code reviews that were found.
643 644 645 646 647 648 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 643 class BatchGetCodeReviewsOutput < Struct.new( :code_reviews, :not_found) SENSITIVE = [] include Aws::Structure end |
#not_found ⇒ Array<String>
The list of code review identifiers that were not found.
643 644 645 646 647 648 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 643 class BatchGetCodeReviewsOutput < Struct.new( :code_reviews, :not_found) SENSITIVE = [] include Aws::Structure end |