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
Overview
Note:
When making an API call, you may pass GetDestinationRequest data as a hash:
{
name: "DestinationName", # required
}
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.
1858 1859 1860 1861 1862 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1858 class GetDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |