Class: Aws::IoTWireless::Types::DeleteDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the resource to delete.

Returns:

  • (String)


1233
1234
1235
1236
1237
# File 'lib/aws-sdk-iotwireless/types.rb', line 1233

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