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

Class: Aws::IoTSecureTunneling::Types::OpenTunnelResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_access_tokenString

The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.

Returns:

  • (String)

    The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.

#source_access_tokenString

The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.

Returns:

  • (String)

    The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.

#tunnel_arnString

The Amazon Resource Name for the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>

Returns:

  • (String)

    The Amazon Resource Name for the tunnel.

#tunnel_idString

A unique alpha-numeric tunnel ID.

Returns:

  • (String)

    A unique alpha-numeric tunnel ID.