You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSecureTunneling::Types::DestinationConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DestinationConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  thing_name: "ThingName",
  services: ["Service"], # required
}

The destination configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#servicesArray<String>

A list of service names that identity the target application. The AWS 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 AWS IoT client instantiates the local proxy which uses this information to connect to the destination application.

Returns:

  • (Array<String>)

    A list of service names that identity the target application.

#thing_nameString

The name of the IoT thing to which you want to connect.

Returns:

  • (String)

    The name of the IoT thing to which you want to connect.