Class: Aws::ConfigService::Types::DescribeComplianceByConfigRuleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeComplianceByConfigRuleResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compliance_by_config_rules  ⇒ Array<Types::ComplianceByConfigRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether each of the specified Config rules is compliant.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The string that you use in a subsequent request to get the next page of results in a paginated response.
 
Instance Attribute Details
#compliance_by_config_rules ⇒ Array<Types::ComplianceByConfigRule>
Indicates whether each of the specified Config rules is compliant.
      2553 2554 2555 2556 2557 2558  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2553 class DescribeComplianceByConfigRuleResponse < Struct.new( :compliance_by_config_rules, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
      2553 2554 2555 2556 2557 2558  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2553 class DescribeComplianceByConfigRuleResponse < Struct.new( :compliance_by_config_rules, :next_token) SENSITIVE = [] include Aws::Structure end  |