Class: Aws::Types::OpenTunnelRequest
- Inherits:
-
Object
- Object
- Aws::Types::OpenTunnelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
71 72 73 |
# File 'sig/types.rbs', line 71 def description @description end |
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
73 74 75 |
# File 'sig/types.rbs', line 73 def destination_config @destination_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
72 73 74 |
# File 'sig/types.rbs', line 72 def @tags end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
74 75 76 |
# File 'sig/types.rbs', line 74 def timeout_config @timeout_config end |