Class: Aws::ConfigService::Types::DescribeConformancePackComplianceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeConformancePackComplianceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #conformance_pack_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the conformance pack.
 - 
  
    
      #filters  ⇒ Types::ConformancePackComplianceFilters 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A ‘ConformancePackComplianceFilters` object.
 - 
  
    
      #limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of Config rules within a conformance pack are returned on each page.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
 
Instance Attribute Details
#conformance_pack_name ⇒ String
Name of the conformance pack.
      2920 2921 2922 2923 2924 2925 2926 2927  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2920 class DescribeConformancePackComplianceRequest < Struct.new( :conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#filters ⇒ Types::ConformancePackComplianceFilters
A ‘ConformancePackComplianceFilters` object.
      2920 2921 2922 2923 2924 2925 2926 2927  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2920 class DescribeConformancePackComplianceRequest < Struct.new( :conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#limit ⇒ Integer
The maximum number of Config rules within a conformance pack are returned on each page.
      2920 2921 2922 2923 2924 2925 2926 2927  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2920 class DescribeConformancePackComplianceRequest < Struct.new( :conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
      2920 2921 2922 2923 2924 2925 2926 2927  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2920 class DescribeConformancePackComplianceRequest < Struct.new( :conformance_pack_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  |