Class: Aws::ConfigService::Types::GetConformancePackComplianceSummaryRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::GetConformancePackComplianceSummaryRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #conformance_pack_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Names of conformance packs.
 - 
  
    
      #limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of conformance packs returned on each page.
 - 
  
    
      #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
#conformance_pack_names ⇒ Array<String>
Names of conformance packs.
      4409 4410 4411 4412 4413 4414 4415  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 4409 class GetConformancePackComplianceSummaryRequest < Struct.new( :conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#limit ⇒ Integer
The maximum number of conformance packs returned on each page.
      4409 4410 4411 4412 4413 4414 4415  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 4409 class GetConformancePackComplianceSummaryRequest < Struct.new( :conformance_pack_names, :limit, :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.
      4409 4410 4411 4412 4413 4414 4415  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 4409 class GetConformancePackComplianceSummaryRequest < Struct.new( :conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  |