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
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_audit_nameString

The name of the scheduled audit you want to delete.

Returns:

  • (String)


6216
6217
6218
6219
6220
# File 'lib/aws-sdk-iot/types.rb', line 6216

class DeleteScheduledAuditRequest < Struct.new(
  :scheduled_audit_name)
  SENSITIVE = []
  include Aws::Structure
end