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.
5162 5163 5164 5165 5166 5167 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5162 class ReportWithRawData < Struct.new( :report_arn, :data) SENSITIVE = [] include Aws::Structure end |
#report_arn ⇒ String
The ARN of the report.
5162 5163 5164 5165 5166 5167 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5162 class ReportWithRawData < Struct.new( :report_arn, :data) SENSITIVE = [] include Aws::Structure end |