Class: Aws::CodeBuild::Types::ReportWithRawData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ReportWithRawData
- 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
-
#data ⇒ String
The value of the requested data field from the report.
-
#report_arn ⇒ String
The ARN of the report.
Instance Attribute Details
#data ⇒ String
The value of the requested data field from the report.
5241 5242 5243 5244 5245 5246 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5241 class ReportWithRawData < Struct.new( :report_arn, :data) SENSITIVE = [] include Aws::Structure end |
#report_arn ⇒ String
The ARN of the report.
5241 5242 5243 5244 5245 5246 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5241 class ReportWithRawData < Struct.new( :report_arn, :data) SENSITIVE = [] include Aws::Structure end |