Class: Aws::EC2::Types::TerminateClientVpnConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TerminateClientVpnConnectionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint.
-
#connection_statuses ⇒ Array<Types::TerminateConnectionStatus>
The current state of the client connections.
-
#username ⇒ String
The user who established the terminated client connections.
Instance Attribute Details
permalink #client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint.
69296 69297 69298 69299 69300 69301 69302 |
# File 'lib/aws-sdk-ec2/types.rb', line 69296 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |
permalink #connection_statuses ⇒ Array<Types::TerminateConnectionStatus>
The current state of the client connections.
69296 69297 69298 69299 69300 69301 69302 |
# File 'lib/aws-sdk-ec2/types.rb', line 69296 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |
permalink #username ⇒ String
The user who established the terminated client connections.
69296 69297 69298 69299 69300 69301 69302 |
# File 'lib/aws-sdk-ec2/types.rb', line 69296 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |