Class: Aws::Types::DeleteNatGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNatGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4504 4505 4506 |
# File 'sig/types.rbs', line 4504 def dry_run @dry_run end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
4505 4506 4507 |
# File 'sig/types.rbs', line 4505 def nat_gateway_id @nat_gateway_id end |