Class: Aws::ConfigService::Types::DescribeConformancePackStatusRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeConformancePackStatusRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #conformance_pack_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Comma-separated list of conformance pack names.
 - 
  
    
      #limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of conformance packs status 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_names ⇒ Array<String>
Comma-separated list of conformance pack names.
      2968 2969 2970 2971 2972 2973 2974  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2968 class DescribeConformancePackStatusRequest < Struct.new( :conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#limit ⇒ Integer
The maximum number of conformance packs status returned on each page.
      2968 2969 2970 2971 2972 2973 2974  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2968 class DescribeConformancePackStatusRequest < Struct.new( :conformance_pack_names, :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.
      2968 2969 2970 2971 2972 2973 2974  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2968 class DescribeConformancePackStatusRequest < Struct.new( :conformance_pack_names, :limit, :next_token) SENSITIVE = [] include Aws::Structure end  |