Class: Aws::IoTWireless::Types::GetDestinationRequest

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 get.

Returns:

  • (String)


1788
1789
1790
1791
1792
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1788

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