You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeBuild::Types::BatchGetReportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetReportsOutput
- Defined in:
- (unknown)
Overview
Returned by:
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.
#reports_not_found ⇒ Array<String>
An array of ARNs passed to BatchGetReportGroups that are not
associated with a Report.