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.
743 744 745 746 747 |
# File 'lib/aws-sdk-iot/types.rb', line 743 class AuditCheckConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |