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.
16759 16760 16761 |
# File 'sig/types.rbs', line 16759 def route_server_id @route_server_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
16761 16762 16763 |
# File 'sig/types.rbs', line 16761 def state @state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16760 16761 16762 |
# File 'sig/types.rbs', line 16760 def vpc_id @vpc_id end |