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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint.

Returns:

  • (String)


7279
7280
7281
7282
7283
7284
7285
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7279

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

#dns_nameString

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

Returns:

  • (String)


7279
7280
7281
7282
7283
7284
7285
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7279

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

#statusTypes::ClientVpnEndpointStatus

The current state of the Client VPN endpoint.



7279
7280
7281
7282
7283
7284
7285
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7279

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