Class: Aws::EC2::Types::CreateClientVpnEndpointResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint.

Returns:

  • (String)


4223
4224
4225
4226
4227
4228
# File 'lib/aws-sdk-ec2/types.rb', line 4223

class CreateClientVpnEndpointResult < Struct.new(
  :client_vpn_endpoint_id,
  :status,
  :dns_name)
  include Aws::Structure
end

#dns_nameString

The DNS name to be used by clients when establishing their VPN session.

Returns:

  • (String)


4223
4224
4225
4226
4227
4228
# File 'lib/aws-sdk-ec2/types.rb', line 4223

class CreateClientVpnEndpointResult < Struct.new(
  :client_vpn_endpoint_id,
  :status,
  :dns_name)
  include Aws::Structure
end

#statusTypes::ClientVpnEndpointStatus

The current state of the Client VPN endpoint.



4223
4224
4225
4226
4227
4228
# File 'lib/aws-sdk-ec2/types.rb', line 4223

class CreateClientVpnEndpointResult < Struct.new(
  :client_vpn_endpoint_id,
  :status,
  :dns_name)
  include Aws::Structure
end