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 ‘Report` objects returned by `BatchGetReports`.
-
#reports_not_found ⇒ Array<String>
An array of ARNs passed to ‘BatchGetReportGroups` that are not associated with a `Report`.
Instance Attribute Details
#reports ⇒ Array<Types::Report>
The array of ‘Report` objects returned by `BatchGetReports`.
261 262 263 264 265 266 |
# File 'lib/aws-sdk-codebuild/types.rb', line 261 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`.
261 262 263 264 265 266 |
# File 'lib/aws-sdk-codebuild/types.rb', line 261 class BatchGetReportsOutput < Struct.new( :reports, :reports_not_found) SENSITIVE = [] include Aws::Structure end |