Class: Aws::Types::ClientVpnConnection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip::String

Returns the value of attribute client_ip.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def client_ip
  @client_ip
end

#client_ipv_6_address::String

Returns the value of attribute client_ipv_6_address.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def client_ipv_6_address
  @client_ipv_6_address
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def common_name
  @common_name
end

#connection_end_time::String

Returns the value of attribute connection_end_time.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def connection_end_time
  @connection_end_time
end

#connection_established_time::String

Returns the value of attribute connection_established_time.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def connection_established_time
  @connection_established_time
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def connection_id
  @connection_id
end

#egress_bytes::String

Returns the value of attribute egress_bytes.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def egress_bytes
  @egress_bytes
end

#egress_packets::String

Returns the value of attribute egress_packets.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def egress_packets
  @egress_packets
end

#ingress_bytes::String

Returns the value of attribute ingress_bytes.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def ingress_bytes
  @ingress_bytes
end

#ingress_packets::String

Returns the value of attribute ingress_packets.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def ingress_packets
  @ingress_packets
end

#posture_compliance_statuses::Array[::String]

Returns the value of attribute posture_compliance_statuses.

Returns:

  • (::Array[::String])


1745
1746
1747
# File 'sig/types.rbs', line 1745

def posture_compliance_statuses
  @posture_compliance_statuses
end

#statusTypes::ClientVpnConnectionStatus

Returns the value of attribute status.



1743
1744
1745
# File 'sig/types.rbs', line 1743

def status
  @status
end

#timestamp::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def timestamp
  @timestamp
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def username
  @username
end