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.
16496 16497 16498 |
# File 'sig/types.rbs', line 16496 def eni_address @eni_address end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
16495 16496 16497 |
# File 'sig/types.rbs', line 16495 def eni_id @eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
16498 16499 16500 |
# File 'sig/types.rbs', line 16498 def failure_reason @failure_reason end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
16492 16493 16494 |
# File 'sig/types.rbs', line 16492 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
16491 16492 16493 |
# File 'sig/types.rbs', line 16491 def route_server_id @route_server_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16497 16498 16499 |
# File 'sig/types.rbs', line 16497 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16494 16495 16496 |
# File 'sig/types.rbs', line 16494 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16499 16500 16501 |
# File 'sig/types.rbs', line 16499 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16493 16494 16495 |
# File 'sig/types.rbs', line 16493 def vpc_id @vpc_id end |