Class: Aws::Types::DeleteVpnConcentratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpnConcentratorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4959 4960 4961 |
# File 'sig/types.rbs', line 4959 def dry_run @dry_run end |
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
4958 4959 4960 |
# File 'sig/types.rbs', line 4958 def vpn_concentrator_id @vpn_concentrator_id end |