Class: Aws::Types::TerminateClientVpnConnectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateClientVpnConnectionsRequest
- 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.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
17731 17732 17733 |
# File 'sig/types.rbs', line 17731 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
17732 17733 17734 |
# File 'sig/types.rbs', line 17732 def connection_id @connection_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17734 17735 17736 |
# File 'sig/types.rbs', line 17734 def dry_run @dry_run end |
#username ⇒ ::String
Returns the value of attribute username.
17733 17734 17735 |
# File 'sig/types.rbs', line 17733 def username @username end |