Class: Aws::CodeBuild::Types::BatchGetReportsInput

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

An array of ARNs that identify the ‘Report` objects to return.

Returns:

  • (Array<String>)


178
179
180
181
182
# File 'lib/aws-sdk-codebuild/types.rb', line 178

class BatchGetReportsInput < Struct.new(
  :report_arns)
  SENSITIVE = []
  include Aws::Structure
end