Class: Aws::Types::DisassociateClientVpnTargetNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateClientVpnTargetNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
8345 8346 8347 |
# File 'sig/types.rbs', line 8345 def association_id @association_id end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
8344 8345 8346 |
# File 'sig/types.rbs', line 8344 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8346 8347 8348 |
# File 'sig/types.rbs', line 8346 def dry_run @dry_run end |