Class: Aws::Types::DeleteRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def dry_run @dry_run end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
4534 4535 4536 |
# File 'sig/types.rbs', line 4534 def route_table_id @route_table_id end |