Class: Aws::IoTWireless::Types::GetDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDestinationRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the resource to get.
Instance Attribute Details
#name ⇒ String
The name of the resource to get.
1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1592 class GetDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |