Class: Aws::CodeBuild::Types::BatchGetReportGroupsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::BatchGetReportGroupsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #report_groups  ⇒ Array<Types::ReportGroup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The array of report groups returned by ‘BatchGetReportGroups`.
 - 
  
    
      #report_groups_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of ARNs passed to ‘BatchGetReportGroups` that are not associated with a `ReportGroup`.
 
Instance Attribute Details
#report_groups ⇒ Array<Types::ReportGroup>
The array of report groups returned by ‘BatchGetReportGroups`.
      231 232 233 234 235 236  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 231 class BatchGetReportGroupsOutput < Struct.new( :report_groups, :report_groups_not_found) SENSITIVE = [] include Aws::Structure end  | 
  
#report_groups_not_found ⇒ Array<String>
An array of ARNs passed to ‘BatchGetReportGroups` that are not associated with a `ReportGroup`.
      231 232 233 234 235 236  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 231 class BatchGetReportGroupsOutput < Struct.new( :report_groups, :report_groups_not_found) SENSITIVE = [] include Aws::Structure end  |