Class: Aws::Types::DeleteVpnConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpnConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4970 4971 4972 |
# File 'sig/types.rbs', line 4970 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
4969 4970 4971 |
# File 'sig/types.rbs', line 4969 def vpn_connection_id @vpn_connection_id end |