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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/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 'gems/aws-sdk-codebuild/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 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 195

class BatchGetReportGroupsOutput < Struct.new(
  :report_groups,
  :report_groups_not_found)
  SENSITIVE = []
  include Aws::Structure
end