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