Class: Aws::Types::DeleteClientVpnEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClientVpnEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
4117 4118 4119 |
# File 'sig/types.rbs', line 4117 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4118 4119 4120 |
# File 'sig/types.rbs', line 4118 def dry_run @dry_run end |