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.
18050 18051 18052 |
# File 'sig/types.rbs', line 18050 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#connection_statuses ⇒ ::Array[Types::TerminateConnectionStatus]
Returns the value of attribute connection_statuses.
18052 18053 18054 |
# File 'sig/types.rbs', line 18052 def connection_statuses @connection_statuses end |
#username ⇒ ::String
Returns the value of attribute username.
18051 18052 18053 |
# File 'sig/types.rbs', line 18051 def username @username end |