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.
4924 4925 4926 |
# File 'sig/types.rbs', line 4924 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def dry_run @dry_run end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
4923 4924 4925 |
# File 'sig/types.rbs', line 4923 def transit_gateway_route_table_id @transit_gateway_route_table_id end |