Class: Aws::IoT::Types::DeleteScheduledAuditRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteScheduledAuditRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DeleteScheduledAuditRequest data as a hash:
{
scheduled_audit_name: "ScheduledAuditName", # required
}
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.
3406 3407 3408 3409 |
# File 'lib/aws-sdk-iot/types.rb', line 3406 class DeleteScheduledAuditRequest < Struct.new( :scheduled_audit_name) include Aws::Structure end |