Class: Aws::CodeBuild::Types::ReportWithRawData

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

Overview

Contains the unmodified data for the report. For more information, see .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The value of the requested data field from the report.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5068

class ReportWithRawData < Struct.new(
  :report_arn,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#report_arnString

The ARN of the report.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5068

class ReportWithRawData < Struct.new(
  :report_arn,
  :data)
  SENSITIVE = []
  include Aws::Structure
end