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.
4368 4369 4370 |
# File 'sig/types.rbs', line 4368 def dry_run @dry_run end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
4369 4370 4371 |
# File 'sig/types.rbs', line 4369 def nat_gateway_id @nat_gateway_id end |