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.
17158 17159 17160 |
# File 'sig/types.rbs', line 17158 def route_server_id @route_server_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
17159 17160 17161 |
# File 'sig/types.rbs', line 17159 def route_table_id @route_table_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17160 17161 17162 |
# File 'sig/types.rbs', line 17160 def state @state end |