Class: Aws::CodeBuild::Types::BatchGetReportGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetReportGroupsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 a `ReportGroup`.
Instance Attribute Details
#report_groups ⇒ Array<Types::ReportGroup>
The array of report groups returned by ‘BatchGetReportGroups`.
195 196 197 198 199 200 |
# File 'lib/aws-sdk-codebuild/types.rb', line 195 class BatchGetReportGroupsOutput < Struct.new( :report_groups, :report_groups_not_found) SENSITIVE = [] include Aws::Structure end |
#report_groups_not_found ⇒ Array<String>
An array of ARNs passed to ‘BatchGetReportGroups` that are not associated with a `ReportGroup`.
195 196 197 198 199 200 |
# File 'lib/aws-sdk-codebuild/types.rb', line 195 class BatchGetReportGroupsOutput < Struct.new( :report_groups, :report_groups_not_found) SENSITIVE = [] include Aws::Structure end |