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

Class: Aws::ElastiCache::Types::CustomerNodeEndpoint

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

Overview

Note:

When passing CustomerNodeEndpoint as input to an Aws::Client method, you can use a vanilla Hash:

{
  address: "String",
  port: 1,
}

The endpoint from which data should be migrated.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address of the node endpoint

Returns:

  • (String)

    The address of the node endpoint.

#portInteger

The port of the node endpoint

Returns:

  • (Integer)

    The port of the node endpoint.