Class: Aws::Types::DetachVpnGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachVpnGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#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.
8007 8008 8009 |
# File 'sig/types.rbs', line 8007 def dry_run @dry_run end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8005 8006 8007 |
# File 'sig/types.rbs', line 8005 def vpc_id @vpc_id end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
8006 8007 8008 |
# File 'sig/types.rbs', line 8006 def vpn_gateway_id @vpn_gateway_id end |