Class: Aws::ConfigService::Types::DescribeAggregateComplianceByConformancePacksResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeAggregateComplianceByConformancePacksResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregate_compliance_by_conformance_packs  ⇒ Array<Types::AggregateComplianceByConformancePack> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the ‘AggregateComplianceByConformancePack` object.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
 
Instance Attribute Details
#aggregate_compliance_by_conformance_packs ⇒ Array<Types::AggregateComplianceByConformancePack>
Returns the ‘AggregateComplianceByConformancePack` object.
      2473 2474 2475 2476 2477 2478  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2473 class DescribeAggregateComplianceByConformancePacksResponse < Struct.new( :aggregate_compliance_by_conformance_packs, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
      2473 2474 2475 2476 2477 2478  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2473 class DescribeAggregateComplianceByConformancePacksResponse < Struct.new( :aggregate_compliance_by_conformance_packs, :next_token) SENSITIVE = [] include Aws::Structure end  |