Class: Aws::Types::ModifyClientVpnEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClientVpnEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_connect_options ⇒ Types::ClientConnectOptions
Returns the value of attribute client_connect_options.
-
#client_login_banner_options ⇒ Types::ClientLoginBannerOptions
Returns the value of attribute client_login_banner_options.
-
#client_route_enforcement_options ⇒ Types::ClientRouteEnforcementOptions
Returns the value of attribute client_route_enforcement_options.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#connection_log_options ⇒ Types::ConnectionLogOptions
Returns the value of attribute connection_log_options.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disconnect_on_session_timeout ⇒ Boolean
Returns the value of attribute disconnect_on_session_timeout.
-
#dns_servers ⇒ Types::DnsServersOptionsModifyStructure
Returns the value of attribute dns_servers.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#self_service_portal ⇒ "enabled", "disabled"
Returns the value of attribute self_service_portal.
-
#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.
-
#transit_gateway_configuration ⇒ Types::TransitGatewayConfigurationInputStructure
Returns the value of attribute transit_gateway_configuration.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpn_port ⇒ ::Integer
Returns the value of attribute vpn_port.
Instance Attribute Details
#client_connect_options ⇒ Types::ClientConnectOptions
Returns the value of attribute client_connect_options.
13280 13281 13282 |
# File 'sig/types.rbs', line 13280 def @client_connect_options end |
#client_login_banner_options ⇒ Types::ClientLoginBannerOptions
Returns the value of attribute client_login_banner_options.
13282 13283 13284 |
# File 'sig/types.rbs', line 13282 def @client_login_banner_options end |
#client_route_enforcement_options ⇒ Types::ClientRouteEnforcementOptions
Returns the value of attribute client_route_enforcement_options.
13283 13284 13285 |
# File 'sig/types.rbs', line 13283 def @client_route_enforcement_options end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
13269 13270 13271 |
# File 'sig/types.rbs', line 13269 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#connection_log_options ⇒ Types::ConnectionLogOptions
Returns the value of attribute connection_log_options.
13271 13272 13273 |
# File 'sig/types.rbs', line 13271 def @connection_log_options end |
#description ⇒ ::String
Returns the value of attribute description.
13274 13275 13276 |
# File 'sig/types.rbs', line 13274 def description @description end |
#disconnect_on_session_timeout ⇒ Boolean
Returns the value of attribute disconnect_on_session_timeout.
13284 13285 13286 |
# File 'sig/types.rbs', line 13284 def disconnect_on_session_timeout @disconnect_on_session_timeout end |
#dns_servers ⇒ Types::DnsServersOptionsModifyStructure
Returns the value of attribute dns_servers.
13272 13273 13274 |
# File 'sig/types.rbs', line 13272 def dns_servers @dns_servers end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13276 13277 13278 |
# File 'sig/types.rbs', line 13276 def dry_run @dry_run end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
13277 13278 13279 |
# File 'sig/types.rbs', line 13277 def security_group_ids @security_group_ids end |
#self_service_portal ⇒ "enabled", "disabled"
Returns the value of attribute self_service_portal.
13279 13280 13281 |
# File 'sig/types.rbs', line 13279 def self_service_portal @self_service_portal end |
#server_certificate_arn ⇒ ::String
Returns the value of attribute server_certificate_arn.
13270 13271 13272 |
# File 'sig/types.rbs', line 13270 def server_certificate_arn @server_certificate_arn end |
#session_timeout_hours ⇒ ::Integer
Returns the value of attribute session_timeout_hours.
13281 13282 13283 |
# File 'sig/types.rbs', line 13281 def session_timeout_hours @session_timeout_hours end |
#split_tunnel ⇒ Boolean
Returns the value of attribute split_tunnel.
13275 13276 13277 |
# File 'sig/types.rbs', line 13275 def split_tunnel @split_tunnel end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfigurationInputStructure
Returns the value of attribute transit_gateway_configuration.
13285 13286 13287 |
# File 'sig/types.rbs', line 13285 def transit_gateway_configuration @transit_gateway_configuration end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
13278 13279 13280 |
# File 'sig/types.rbs', line 13278 def vpc_id @vpc_id end |
#vpn_port ⇒ ::Integer
Returns the value of attribute vpn_port.
13273 13274 13275 |
# File 'sig/types.rbs', line 13273 def vpn_port @vpn_port end |