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

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

Returns:

  • (String)


1844
1845
1846
1847
1848
# File 'lib/aws-sdk-iotwireless/types.rb', line 1844

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