Class: Aws::IoTWireless::Types::GetDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDestinationRequest
- Includes:
- Structure
- Defined in:
- 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.
1844 1845 1846 1847 1848 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1844 class GetDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |