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.
16819 16820 16821 |
# File 'sig/types.rbs', line 16819 def route_server_id @route_server_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
16820 16821 16822 |
# File 'sig/types.rbs', line 16820 def route_table_id @route_table_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16821 16822 16823 |
# File 'sig/types.rbs', line 16821 def state @state end |