Class: Aws::IoT::Types::AuditCheckConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditCheckConfiguration
- Defined in:
- gems/aws-sdk-iot/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
-
#configuration ⇒ Hash<String,String>
A structure containing the configName and corresponding configValue for configuring audit checks.
-
#enabled ⇒ Boolean
True if this audit check is enabled for this account.
Instance Attribute Details
#configuration ⇒ Hash<String,String>
A structure containing the configName and corresponding configValue for configuring audit checks.
748 749 750 751 752 753 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 748 class AuditCheckConfiguration < Struct.new( :enabled, :configuration) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
True if this audit check is enabled for this account.
748 749 750 751 752 753 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 748 class AuditCheckConfiguration < Struct.new( :enabled, :configuration) SENSITIVE = [] include Aws::Structure end |