Class: Aws::IoT::Types::AuditCheckConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

True if this audit check is enabled for this account.

Returns:

  • (Boolean)


650
651
652
653
# File 'lib/aws-sdk-iot/types.rb', line 650

class AuditCheckConfiguration < Struct.new(
  :enabled)
  include Aws::Structure
end