Class: Aws::Types::TerminateClientVpnConnectionsResult
- Inherits:
-
Object
- Object
- Aws::Types::TerminateClientVpnConnectionsResult
- 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_statuses ⇒ ::Array[Types::TerminateConnectionStatus]
Returns the value of attribute connection_statuses.
-
#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.
17739 17740 17741 |
# File 'sig/types.rbs', line 17739 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#connection_statuses ⇒ ::Array[Types::TerminateConnectionStatus]
Returns the value of attribute connection_statuses.
17741 17742 17743 |
# File 'sig/types.rbs', line 17741 def connection_statuses @connection_statuses end |
#username ⇒ ::String
Returns the value of attribute username.
17740 17741 17742 |
# File 'sig/types.rbs', line 17740 def username @username end |