Class: Aws::CodeBuild::Types::BatchGetReportsOutput

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

#reportsArray<Types::Report>

The array of ‘Report` objects returned by `BatchGetReports`.

Returns:



261
262
263
264
265
266
# File 'lib/aws-sdk-codebuild/types.rb', line 261

class BatchGetReportsOutput < Struct.new(
  :reports,
  :reports_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#reports_not_foundArray<String>

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

Returns:

  • (Array<String>)


261
262
263
264
265
266
# File 'lib/aws-sdk-codebuild/types.rb', line 261

class BatchGetReportsOutput < Struct.new(
  :reports,
  :reports_not_found)
  SENSITIVE = []
  include Aws::Structure
end