Class: Aws::Types::RouteServerPropagation
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerPropagation
- 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.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
Instance Attribute Details
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
16522 16523 16524 |
# File 'sig/types.rbs', line 16522 def route_server_id @route_server_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
16523 16524 16525 |
# File 'sig/types.rbs', line 16523 def route_table_id @route_table_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16524 16525 16526 |
# File 'sig/types.rbs', line 16524 def state @state end |