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.
4283 4284 4285 4286 4287 |
# File 'lib/aws-sdk-iot/types.rb', line 4283 class DeleteAccountAuditConfigurationRequest < Struct.new( :delete_scheduled_audits) SENSITIVE = [] include Aws::Structure end |