Class: Aws::Types::CreateClientVpnEndpointResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def dns_name
  @dns_name
end

#statusTypes::ClientVpnEndpointStatus

Returns the value of attribute status.



2298
2299
2300
# File 'sig/types.rbs', line 2298

def status
  @status
end