Class: Aws::SecurityAgent::Types::BatchGetCodeReviewJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetCodeReviewJobsOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the BatchGetCodeReviewJobs operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review_jobs ⇒ Array<Types::CodeReviewJob>
The list of code review jobs that were found.
-
#not_found ⇒ Array<String>
The list of code review job identifiers that were not found.
Instance Attribute Details
#code_review_jobs ⇒ Array<Types::CodeReviewJob>
The list of code review jobs that were found.
604 605 606 607 608 609 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 604 class BatchGetCodeReviewJobsOutput < Struct.new( :code_review_jobs, :not_found) SENSITIVE = [] include Aws::Structure end |
#not_found ⇒ Array<String>
The list of code review job identifiers that were not found.
604 605 606 607 608 609 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 604 class BatchGetCodeReviewJobsOutput < Struct.new( :code_review_jobs, :not_found) SENSITIVE = [] include Aws::Structure end |