Class: Aws::IoT::Types::DeleteScheduledAuditRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#scheduled_audit_nameString

The name of the scheduled audit you want to delete.

Returns:

  • (String)


3406
3407
3408
3409
# File 'lib/aws-sdk-iot/types.rb', line 3406

class DeleteScheduledAuditRequest < Struct.new(
  :scheduled_audit_name)
  include Aws::Structure
end