Class: Aws::ConfigService::Types::ComplianceByResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::ComplianceByResource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Indicates whether an Amazon Web Services resource that is evaluated according to one or more Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compliance  ⇒ Types::Compliance 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services resource that was evaluated.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the Amazon Web Services resource that was evaluated.
 
Instance Attribute Details
#compliance ⇒ Types::Compliance
Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
      716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 716 class ComplianceByResource < Struct.new( :resource_type, :resource_id, :compliance) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the Amazon Web Services resource that was evaluated.
      716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 716 class ComplianceByResource < Struct.new( :resource_type, :resource_id, :compliance) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of the Amazon Web Services resource that was evaluated.
      716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 716 class ComplianceByResource < Struct.new( :resource_type, :resource_id, :compliance) SENSITIVE = [] include Aws::Structure end  |