You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ClientVpnConnection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a client connection.

Instance Attribute Summary collapse

Instance Attribute Details

#client_ipString

The IP address of the client.

Returns:

  • (String)

    The IP address of the client.

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint to which the client is connected.

Returns:

  • (String)

    The ID of the Client VPN endpoint to which the client is connected.

#common_nameString

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

Returns:

  • (String)

    The common name associated with the client.

#connection_end_timeString

The date and time the client connection was terminated.

Returns:

  • (String)

    The date and time the client connection was terminated.

#connection_established_timeString

The date and time the client connection was established.

Returns:

  • (String)

    The date and time the client connection was established.

#connection_idString

The ID of the client connection.

Returns:

  • (String)

    The ID of the client connection.

#egress_bytesString

The number of bytes received by the client.

Returns:

  • (String)

    The number of bytes received by the client.

#egress_packetsString

The number of packets received by the client.

Returns:

  • (String)

    The number of packets received by the client.

#ingress_bytesString

The number of bytes sent by the client.

Returns:

  • (String)

    The number of bytes sent by the client.

#ingress_packetsString

The number of packets sent by the client.

Returns:

  • (String)

    The number of packets sent by the client.

#posture_compliance_statusesArray<String>

The statuses returned by the client connect handler for posture compliance, if applicable.

Returns:

  • (Array<String>)

    The statuses returned by the client connect handler for posture compliance, if applicable.

#statusTypes::ClientVpnConnectionStatus

The current state of the client connection.

Returns:

#timestampString

The current date and time.

Returns:

  • (String)

    The current date and time.

#usernameString

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

Returns:

  • (String)

    The username of the client who established the client connection.