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.
4788 4789 4790 |
# File 'sig/types.rbs', line 4788 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4789 4790 4791 |
# File 'sig/types.rbs', line 4789 def dry_run @dry_run end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
4787 4788 4789 |
# File 'sig/types.rbs', line 4787 def transit_gateway_route_table_id @transit_gateway_route_table_id end |