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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-codebuild/types.rb', line 5025

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

#report_arnString

The ARN of the report.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-codebuild/types.rb', line 5025

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