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
- Struct
- Aws::IoTSecureTunneling::Types::OpenTunnelResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#destination_access_token ⇒ String
The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.
-
#source_access_token ⇒ String
The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.
-
#tunnel_arn ⇒ String
The Amazon Resource Name for the tunnel.
-
#tunnel_id ⇒ String
A unique alpha-numeric tunnel ID.
Instance Attribute Details
#destination_access_token ⇒ String
The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.
#source_access_token ⇒ String
The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.
#tunnel_arn ⇒ String
The Amazon Resource Name for the tunnel. The tunnel ARN format is
arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
#tunnel_id ⇒ String
A unique alpha-numeric tunnel ID.