Class: Aws::Types::RouteServerEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eni_address ⇒ ::String
Returns the value of attribute eni_address.
-
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#eni_address ⇒ ::String
Returns the value of attribute eni_address.
17132 17133 17134 |
# File 'sig/types.rbs', line 17132 def eni_address @eni_address end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
17131 17132 17133 |
# File 'sig/types.rbs', line 17131 def eni_id @eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
17134 17135 17136 |
# File 'sig/types.rbs', line 17134 def failure_reason @failure_reason end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
17128 17129 17130 |
# File 'sig/types.rbs', line 17128 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
17127 17128 17129 |
# File 'sig/types.rbs', line 17127 def route_server_id @route_server_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17133 17134 17135 |
# File 'sig/types.rbs', line 17133 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17130 17131 17132 |
# File 'sig/types.rbs', line 17130 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17135 17136 17137 |
# File 'sig/types.rbs', line 17135 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17129 17130 17131 |
# File 'sig/types.rbs', line 17129 def vpc_id @vpc_id end |