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
BatchGetReportGroupsthat are not associated with aReportGroup.
Instance Attribute Details
#report_groups ⇒ Array<Types::ReportGroup>
The array of report groups returned by BatchGetReportGroups.
273 274 275 276 277 278 |
# File 'lib/aws-sdk-codebuild/types.rb', line 273 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.
273 274 275 276 277 278 |
# File 'lib/aws-sdk-codebuild/types.rb', line 273 class BatchGetReportGroupsOutput < Struct.new( :report_groups, :report_groups_not_found) SENSITIVE = [] include Aws::Structure end |