Class: Aws::CodeBuild::Types::BatchGetReportsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::BatchGetReportsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #report_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of ARNs that identify the ‘Report` objects to return.
 
Instance Attribute Details
#report_arns ⇒ Array<String>
An array of ARNs that identify the ‘Report` objects to return.
      244 245 246 247 248  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 244 class BatchGetReportsInput < Struct.new( :report_arns) SENSITIVE = [] include Aws::Structure end  |