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.
      5454 5455 5456 5457 5458 5459  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5454 class ReportWithRawData < Struct.new( :report_arn, :data) SENSITIVE = [] include Aws::Structure end  | 
  
#report_arn ⇒ String
The ARN of the report.
      5454 5455 5456 5457 5458 5459  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5454 class ReportWithRawData < Struct.new( :report_arn, :data) SENSITIVE = [] include Aws::Structure end  |