Class: Aws::IoT::Types::AuditCheckConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::AuditCheckConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Which audit checks are enabled and disabled for this account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
True if this audit check is enabled for this account.
 
Instance Attribute Details
#enabled ⇒ Boolean
True if this audit check is enabled for this account.
      666 667 668 669 670  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 666 class AuditCheckConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |