Class: Aws::Types::DeleteRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
-
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
-
#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
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def destination_cidr_block @destination_cidr_block end |
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
4495 4496 4497 |
# File 'sig/types.rbs', line 4495 def destination_ipv_6_cidr_block @destination_ipv_6_cidr_block end |
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
4491 4492 4493 |
# File 'sig/types.rbs', line 4491 def destination_prefix_list_id @destination_prefix_list_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4492 4493 4494 |
# File 'sig/types.rbs', line 4492 def dry_run @dry_run end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
4493 4494 4495 |
# File 'sig/types.rbs', line 4493 def route_table_id @route_table_id end |