Class: Aws::Types::ClientVpnConnection
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ip ⇒ ::String
Returns the value of attribute client_ip.
-
#client_ipv_6_address ⇒ ::String
Returns the value of attribute client_ipv_6_address.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#common_name ⇒ ::String
Returns the value of attribute common_name.
-
#connection_end_time ⇒ ::String
Returns the value of attribute connection_end_time.
-
#connection_established_time ⇒ ::String
Returns the value of attribute connection_established_time.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#egress_bytes ⇒ ::String
Returns the value of attribute egress_bytes.
-
#egress_packets ⇒ ::String
Returns the value of attribute egress_packets.
-
#ingress_bytes ⇒ ::String
Returns the value of attribute ingress_bytes.
-
#ingress_packets ⇒ ::String
Returns the value of attribute ingress_packets.
-
#posture_compliance_statuses ⇒ ::Array[::String]
Returns the value of attribute posture_compliance_statuses.
-
#status ⇒ Types::ClientVpnConnectionStatus
Returns the value of attribute status.
-
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_ip ⇒ ::String
Returns the value of attribute client_ip.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def client_ip @client_ip end |
#client_ipv_6_address ⇒ ::String
Returns the value of attribute client_ipv_6_address.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def client_ipv_6_address @client_ipv_6_address end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#common_name ⇒ ::String
Returns the value of attribute common_name.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def common_name @common_name end |
#connection_end_time ⇒ ::String
Returns the value of attribute connection_end_time.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def connection_end_time @connection_end_time end |
#connection_established_time ⇒ ::String
Returns the value of attribute connection_established_time.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def connection_established_time @connection_established_time end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def connection_id @connection_id end |
#egress_bytes ⇒ ::String
Returns the value of attribute egress_bytes.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def egress_bytes @egress_bytes end |
#egress_packets ⇒ ::String
Returns the value of attribute egress_packets.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def egress_packets @egress_packets end |
#ingress_bytes ⇒ ::String
Returns the value of attribute ingress_bytes.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def ingress_bytes @ingress_bytes end |
#ingress_packets ⇒ ::String
Returns the value of attribute ingress_packets.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def ingress_packets @ingress_packets end |
#posture_compliance_statuses ⇒ ::Array[::String]
Returns the value of attribute posture_compliance_statuses.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def posture_compliance_statuses @posture_compliance_statuses end |
#status ⇒ Types::ClientVpnConnectionStatus
Returns the value of attribute status.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def status @status end |
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def @timestamp end |
#username ⇒ ::String
Returns the value of attribute username.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def username @username end |