Class: Aws::CodeBuild::Types::BatchGetReportGroupsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_groupsArray<Types::ReportGroup>

The array of report groups returned by ‘BatchGetReportGroups`.

Returns:



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_foundArray<String>

An array of ARNs passed to ‘BatchGetReportGroups` that are not associated with a `ReportGroup`.

Returns:

  • (Array<String>)


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