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)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def client_ip
  @client_ip
end

#client_ipv_6_address::String

Returns the value of attribute client_ipv_6_address.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

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)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def common_name
  @common_name
end

#connection_end_time::String

Returns the value of attribute connection_end_time.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def connection_end_time
  @connection_end_time
end

#connection_established_time::String

Returns the value of attribute connection_established_time.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def connection_established_time
  @connection_established_time
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def connection_id
  @connection_id
end

#egress_bytes::String

Returns the value of attribute egress_bytes.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def egress_bytes
  @egress_bytes
end

#egress_packets::String

Returns the value of attribute egress_packets.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def egress_packets
  @egress_packets
end

#ingress_bytes::String

Returns the value of attribute ingress_bytes.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def ingress_bytes
  @ingress_bytes
end

#ingress_packets::String

Returns the value of attribute ingress_packets.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def ingress_packets
  @ingress_packets
end

#posture_compliance_statuses::Array[::String]

Returns the value of attribute posture_compliance_statuses.

Returns:

  • (::Array[::String])


1831
1832
1833
# File 'sig/types.rbs', line 1831

def posture_compliance_statuses
  @posture_compliance_statuses
end

#statusTypes::ClientVpnConnectionStatus

Returns the value of attribute status.



1829
1830
1831
# File 'sig/types.rbs', line 1829

def status
  @status
end

#timestamp::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def timestamp
  @timestamp
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1820
1821
1822
# File 'sig/types.rbs', line 1820

def username
  @username
end