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:



225
226
227
228
229
230
# File 'lib/aws-sdk-codebuild/types.rb', line 225

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>)


225
226
227
228
229
230
# File 'lib/aws-sdk-codebuild/types.rb', line 225

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