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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

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)


4697
4698
4699
4700
4701
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4697

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