Class: Aws::Types::AwsEc2ClientVpnEndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2ClientVpnEndpointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_options ⇒ ::Array[Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails]
Returns the value of attribute authentication_options.
-
#client_cidr_block ⇒ ::String
Returns the value of attribute client_cidr_block.
-
#client_connect_options ⇒ Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
Returns the value of attribute client_connect_options.
-
#client_login_banner_options ⇒ Types::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
Returns the value of attribute client_login_banner_options.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#connection_log_options ⇒ Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
Returns the value of attribute connection_log_options.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dns_server ⇒ ::Array[::String]
Returns the value of attribute dns_server.
-
#security_group_id_set ⇒ ::Array[::String]
Returns the value of attribute security_group_id_set.
-
#self_service_portal_url ⇒ ::String
Returns the value of attribute self_service_portal_url.
-
#server_certificate_arn ⇒ ::String
Returns the value of attribute server_certificate_arn.
-
#session_timeout_hours ⇒ ::Integer
Returns the value of attribute session_timeout_hours.
-
#split_tunnel ⇒ Boolean
Returns the value of attribute split_tunnel.
-
#transport_protocol ⇒ ::String
Returns the value of attribute transport_protocol.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpn_port ⇒ ::Integer
Returns the value of attribute vpn_port.
Instance Attribute Details
#authentication_options ⇒ ::Array[Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails]
Returns the value of attribute authentication_options.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def @authentication_options end |
#client_cidr_block ⇒ ::String
Returns the value of attribute client_cidr_block.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def client_cidr_block @client_cidr_block end |
#client_connect_options ⇒ Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
Returns the value of attribute client_connect_options.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def @client_connect_options end |
#client_login_banner_options ⇒ Types::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
Returns the value of attribute client_login_banner_options.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def @client_login_banner_options end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#connection_log_options ⇒ Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
Returns the value of attribute connection_log_options.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def @connection_log_options end |
#description ⇒ ::String
Returns the value of attribute description.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def description @description end |
#dns_server ⇒ ::Array[::String]
Returns the value of attribute dns_server.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def dns_server @dns_server end |
#security_group_id_set ⇒ ::Array[::String]
Returns the value of attribute security_group_id_set.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def security_group_id_set @security_group_id_set end |
#self_service_portal_url ⇒ ::String
Returns the value of attribute self_service_portal_url.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def self_service_portal_url @self_service_portal_url end |
#server_certificate_arn ⇒ ::String
Returns the value of attribute server_certificate_arn.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def server_certificate_arn @server_certificate_arn end |
#session_timeout_hours ⇒ ::Integer
Returns the value of attribute session_timeout_hours.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def session_timeout_hours @session_timeout_hours end |
#split_tunnel ⇒ Boolean
Returns the value of attribute split_tunnel.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def split_tunnel @split_tunnel end |
#transport_protocol ⇒ ::String
Returns the value of attribute transport_protocol.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def transport_protocol @transport_protocol end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def vpc_id @vpc_id end |
#vpn_port ⇒ ::Integer
Returns the value of attribute vpn_port.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def vpn_port @vpn_port end |