Class: Aws::Types::OpenTunnelResponse
- Inherits:
-
Object
- Object
- Aws::Types::OpenTunnelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_access_token ⇒ ::String
Returns the value of attribute destination_access_token.
-
#source_access_token ⇒ ::String
Returns the value of attribute source_access_token.
-
#tunnel_arn ⇒ ::String
Returns the value of attribute tunnel_arn.
-
#tunnel_id ⇒ ::String
Returns the value of attribute tunnel_id.
Instance Attribute Details
#destination_access_token ⇒ ::String
Returns the value of attribute destination_access_token.
82 83 84 |
# File 'sig/types.rbs', line 82 def destination_access_token @destination_access_token end |
#source_access_token ⇒ ::String
Returns the value of attribute source_access_token.
81 82 83 |
# File 'sig/types.rbs', line 81 def source_access_token @source_access_token end |
#tunnel_arn ⇒ ::String
Returns the value of attribute tunnel_arn.
80 81 82 |
# File 'sig/types.rbs', line 80 def tunnel_arn @tunnel_arn end |
#tunnel_id ⇒ ::String
Returns the value of attribute tunnel_id.
79 80 81 |
# File 'sig/types.rbs', line 79 def tunnel_id @tunnel_id end |