Class: Aws::Types::Tunnel
- Inherits:
-
Object
- Object
- Aws::Types::Tunnel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
-
#destination_connection_state ⇒ Types::ConnectionState
Returns the value of attribute destination_connection_state.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#source_connection_state ⇒ Types::ConnectionState
Returns the value of attribute source_connection_state.
-
#status ⇒ "OPEN", "CLOSED"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
-
#tunnel_arn ⇒ ::String
Returns the value of attribute tunnel_arn.
-
#tunnel_id ⇒ ::String
Returns the value of attribute tunnel_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
135 136 137 |
# File 'sig/types.rbs', line 135 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
131 132 133 |
# File 'sig/types.rbs', line 131 def description @description end |
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
132 133 134 |
# File 'sig/types.rbs', line 132 def destination_config @destination_config end |
#destination_connection_state ⇒ Types::ConnectionState
Returns the value of attribute destination_connection_state.
130 131 132 |
# File 'sig/types.rbs', line 130 def destination_connection_state @destination_connection_state end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
136 137 138 |
# File 'sig/types.rbs', line 136 def last_updated_at @last_updated_at end |
#source_connection_state ⇒ Types::ConnectionState
Returns the value of attribute source_connection_state.
129 130 131 |
# File 'sig/types.rbs', line 129 def source_connection_state @source_connection_state end |
#status ⇒ "OPEN", "CLOSED"
Returns the value of attribute status.
128 129 130 |
# File 'sig/types.rbs', line 128 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
134 135 136 |
# File 'sig/types.rbs', line 134 def @tags end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
133 134 135 |
# File 'sig/types.rbs', line 133 def timeout_config @timeout_config end |
#tunnel_arn ⇒ ::String
Returns the value of attribute tunnel_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def tunnel_arn @tunnel_arn end |
#tunnel_id ⇒ ::String
Returns the value of attribute tunnel_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def tunnel_id @tunnel_id end |