Class: Aws::Types::RouteServerAssociation
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
17098 17099 17100 |
# File 'sig/types.rbs', line 17098 def route_server_id @route_server_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
17100 17101 17102 |
# File 'sig/types.rbs', line 17100 def state @state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17099 17100 17101 |
# File 'sig/types.rbs', line 17099 def vpc_id @vpc_id end |