Class: Aws::Types::DeleteVpnGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpnGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def dry_run @dry_run end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def vpn_gateway_id @vpn_gateway_id end |