Class: Aws::Types::DeleteLocalGatewayRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLocalGatewayRouteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4439 4440 4441 |
# File 'sig/types.rbs', line 4439 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
4438 4439 4440 |
# File 'sig/types.rbs', line 4438 def local_gateway_route_table_id @local_gateway_route_table_id end |