Class: Aws::Types::RotateTunnelAccessTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::RotateTunnelAccessTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_mode ⇒ "SOURCE", ...
Returns the value of attribute client_mode.
-
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
-
#tunnel_id ⇒ ::String
Returns the value of attribute tunnel_id.
Instance Attribute Details
#client_mode ⇒ "SOURCE", ...
Returns the value of attribute client_mode.
93 94 95 |
# File 'sig/types.rbs', line 93 def client_mode @client_mode end |
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
94 95 96 |
# File 'sig/types.rbs', line 94 def destination_config @destination_config end |
#tunnel_id ⇒ ::String
Returns the value of attribute tunnel_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def tunnel_id @tunnel_id end |