Class: Aws::Types::RotateTunnelAccessTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::RotateTunnelAccessTokenResponse
- 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.
Instance Attribute Details
#destination_access_token ⇒ ::String
Returns the value of attribute destination_access_token.
101 102 103 |
# File 'sig/types.rbs', line 101 def destination_access_token @destination_access_token end |
#source_access_token ⇒ ::String
Returns the value of attribute source_access_token.
100 101 102 |
# File 'sig/types.rbs', line 100 def source_access_token @source_access_token end |
#tunnel_arn ⇒ ::String
Returns the value of attribute tunnel_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def tunnel_arn @tunnel_arn end |