Class: Aws::Types::DeleteTransitGatewayRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTransitGatewayRouteRequest
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
4999 5000 5001 |
# File 'sig/types.rbs', line 4999 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5000 5001 5002 |
# File 'sig/types.rbs', line 5000 def dry_run @dry_run end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
4998 4999 5000 |
# File 'sig/types.rbs', line 4998 def transit_gateway_route_table_id @transit_gateway_route_table_id end |