Class: Aws::IoT::Types::DeleteAccountAuditConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_scheduled_auditsBoolean

If true, all scheduled audits are deleted.

Returns:

  • (Boolean)


4395
4396
4397
4398
4399
# File 'lib/aws-sdk-iot/types.rb', line 4395

class DeleteAccountAuditConfigurationRequest < Struct.new(
  :delete_scheduled_audits)
  SENSITIVE = []
  include Aws::Structure
end