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.
17153 17154 17155 |
# File 'sig/types.rbs', line 17153 def eni_address @eni_address end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
17152 17153 17154 |
# File 'sig/types.rbs', line 17152 def eni_id @eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
17155 17156 17157 |
# File 'sig/types.rbs', line 17155 def failure_reason @failure_reason end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
17149 17150 17151 |
# File 'sig/types.rbs', line 17149 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
17148 17149 17150 |
# File 'sig/types.rbs', line 17148 def route_server_id @route_server_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17154 17155 17156 |
# File 'sig/types.rbs', line 17154 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17151 17152 17153 |
# File 'sig/types.rbs', line 17151 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17156 17157 17158 |
# File 'sig/types.rbs', line 17156 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17150 17151 17152 |
# File 'sig/types.rbs', line 17150 def vpc_id @vpc_id end |