Class: Aws::Types::DeleteLocalGatewayRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLocalGatewayRouteRequest
- 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_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
4289 4290 4291 |
# File 'sig/types.rbs', line 4289 def destination_cidr_block @destination_cidr_block end |
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
4292 4293 4294 |
# File 'sig/types.rbs', line 4292 def destination_prefix_list_id @destination_prefix_list_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4291 4292 4293 |
# File 'sig/types.rbs', line 4291 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
4290 4291 4292 |
# File 'sig/types.rbs', line 4290 def local_gateway_route_table_id @local_gateway_route_table_id end |