Class: Aws::IoTSecureTunneling::Types::DestinationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::DestinationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Overview
The destination configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#services ⇒ Array<String>
A list of service names that identify the target application.
-
#thing_name ⇒ String
The name of the IoT thing to which you want to connect.
Instance Attribute Details
#services ⇒ Array<String>
A list of service names that identify the target application. The IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The IoT client instantiates the local proxy, which uses this information to connect to the destination application.
83 84 85 86 87 88 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 83 class DestinationConfig < Struct.new( :thing_name, :services) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the IoT thing to which you want to connect.
83 84 85 86 87 88 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 83 class DestinationConfig < Struct.new( :thing_name, :services) SENSITIVE = [] include Aws::Structure end |