You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeBuild::Types::BatchGetReportGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetReportGroupsOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#report_groups ⇒ Array<Types::ReportGroup>
The array of report groups returned by
BatchGetReportGroups
. -
#report_groups_not_found ⇒ Array<String>
An array of ARNs passed to
BatchGetReportGroups
that are not associated with aReportGroup
.
Instance Attribute Details
#report_groups ⇒ Array<Types::ReportGroup>
The array of report groups returned by BatchGetReportGroups
.
#report_groups_not_found ⇒ Array<String>
An array of ARNs passed to BatchGetReportGroups
that are not
associated with a ReportGroup
.