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`.
225 226 227 228 229 230 |
# File 'lib/aws-sdk-codebuild/types.rb', line 225 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`.
225 226 227 228 229 230 |
# File 'lib/aws-sdk-codebuild/types.rb', line 225 class BatchGetReportsOutput < Struct.new( :reports, :reports_not_found) SENSITIVE = [] include Aws::Structure end |