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.
8190 8191 8192 |
# File 'sig/types.rbs', line 8190 def dry_run @dry_run end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8188 8189 8190 |
# File 'sig/types.rbs', line 8188 def vpc_id @vpc_id end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
8189 8190 8191 |
# File 'sig/types.rbs', line 8189 def vpn_gateway_id @vpn_gateway_id end |