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.
4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-iot/types.rb', line 4708 class DeleteAccountAuditConfigurationRequest < Struct.new( :delete_scheduled_audits) SENSITIVE = [] include Aws::Structure end |