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.
16462 16463 16464 |
# File 'sig/types.rbs', line 16462 def route_server_id @route_server_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
16464 16465 16466 |
# File 'sig/types.rbs', line 16464 def state @state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16463 16464 16465 |
# File 'sig/types.rbs', line 16463 def vpc_id @vpc_id end |