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.
17179 17180 17181 |
# File 'sig/types.rbs', line 17179 def route_server_id @route_server_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
17180 17181 17182 |
# File 'sig/types.rbs', line 17180 def route_table_id @route_table_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17181 17182 17183 |
# File 'sig/types.rbs', line 17181 def state @state end |