Class: Aws::Types::EnableRouteServerPropagationRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableRouteServerPropagationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9241 9242 9243 |
# File 'sig/types.rbs', line 9241 def dry_run @dry_run end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
9239 9240 9241 |
# File 'sig/types.rbs', line 9239 def route_server_id @route_server_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
9240 9241 9242 |
# File 'sig/types.rbs', line 9240 def route_table_id @route_table_id end |