Class: Aws::IoT::Types::DeleteAccountAuditConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteAccountAuditConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_scheduled_audits ⇒ Boolean
If true, all scheduled audits are deleted.
Instance Attribute Details
#delete_scheduled_audits ⇒ Boolean
If true, all scheduled audits are deleted.
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 |