Class: Aws::CodeBuild::Types::BatchGetReportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetReportsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reports ⇒ Array<Types::Report>
The array of
Reportobjects returned byBatchGetReports. -
#reports_not_found ⇒ Array<String>
An array of ARNs passed to
BatchGetReportGroupsthat are not associated with aReport.
Instance Attribute Details
#reports ⇒ Array<Types::Report>
The array of Report objects returned by BatchGetReports.
303 304 305 306 307 308 |
# File 'lib/aws-sdk-codebuild/types.rb', line 303 class BatchGetReportsOutput < Struct.new( :reports, :reports_not_found) SENSITIVE = [] include Aws::Structure end |
#reports_not_found ⇒ Array<String>
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
303 304 305 306 307 308 |
# File 'lib/aws-sdk-codebuild/types.rb', line 303 class BatchGetReportsOutput < Struct.new( :reports, :reports_not_found) SENSITIVE = [] include Aws::Structure end |