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
#client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint.
68512 68513 68514 68515 68516 68517 68518 |
# File 'lib/aws-sdk-ec2/types.rb', line 68512 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |
#connection_statuses ⇒ Array<Types::TerminateConnectionStatus>
The current state of the client connections.
68512 68513 68514 68515 68516 68517 68518 |
# File 'lib/aws-sdk-ec2/types.rb', line 68512 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The user who established the terminated client connections.
68512 68513 68514 68515 68516 68517 68518 |
# File 'lib/aws-sdk-ec2/types.rb', line 68512 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |