Class: Aws::IoT::Types::AuditCheckConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditCheckConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass AuditCheckConfiguration data as a hash:
{
enabled: false,
}
Which audit checks are enabled and disabled for this account.
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.
650 651 652 653 |
# File 'lib/aws-sdk-iot/types.rb', line 650 class AuditCheckConfiguration < Struct.new( :enabled) include Aws::Structure end |