Class: Aws::Types::DisableRouteServerPropagationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableRouteServerPropagationRequest
- 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.
8450 8451 8452 |
# File 'sig/types.rbs', line 8450 def dry_run @dry_run end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
8448 8449 8450 |
# File 'sig/types.rbs', line 8448 def route_server_id @route_server_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
8449 8450 8451 |
# File 'sig/types.rbs', line 8449 def route_table_id @route_table_id end |