You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DAX::Types::Endpoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the information required for client programs to connect to the configuration endpoint for a DAX cluster, or to an individual node within the cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The DNS hostname of the endpoint.

Returns:

  • (String)

    The DNS hostname of the endpoint.

#portInteger

The port number that applications should use to connect to the endpoint.

Returns:

  • (Integer)

    The port number that applications should use to connect to the endpoint.