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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


1226
1227
1228
1229
1230
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1226

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