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.
4303 4304 4305 |
# File 'sig/types.rbs', line 4303 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
4302 4303 4304 |
# File 'sig/types.rbs', line 4302 def local_gateway_route_table_id @local_gateway_route_table_id end |