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.
16793 16794 16795 |
# File 'sig/types.rbs', line 16793 def eni_address @eni_address end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
16792 16793 16794 |
# File 'sig/types.rbs', line 16792 def eni_id @eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
16795 16796 16797 |
# File 'sig/types.rbs', line 16795 def failure_reason @failure_reason end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
16789 16790 16791 |
# File 'sig/types.rbs', line 16789 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
16788 16789 16790 |
# File 'sig/types.rbs', line 16788 def route_server_id @route_server_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16794 16795 16796 |
# File 'sig/types.rbs', line 16794 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16791 16792 16793 |
# File 'sig/types.rbs', line 16791 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16796 16797 16798 |
# File 'sig/types.rbs', line 16796 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16790 16791 16792 |
# File 'sig/types.rbs', line 16790 def vpc_id @vpc_id end |