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)


4211
4212
4213
4214
4215
# File 'lib/aws-sdk-iot/types.rb', line 4211

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