Class: Aws::IoT::Types::DeleteScheduledAuditRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteScheduledAuditRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_audit_name ⇒ String
The name of the scheduled audit you want to delete.
Instance Attribute Details
#scheduled_audit_name ⇒ String
The name of the scheduled audit you want to delete.
4769 4770 4771 4772 4773 |
# File 'lib/aws-sdk-iot/types.rb', line 4769 class DeleteScheduledAuditRequest < Struct.new( :scheduled_audit_name) SENSITIVE = [] include Aws::Structure end |