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

Class: Aws::Redshift::Types::ClusterNode

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

Overview

The identifier of a node in a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#node_roleString

Whether the node is a leader node or a compute node.

Returns:

  • (String)

    Whether the node is a leader node or a compute node.

#private_ip_addressString

The private IP address of a node within a cluster.

Returns:

  • (String)

    The private IP address of a node within a cluster.

#public_ip_addressString

The public IP address of a node within a cluster.

Returns:

  • (String)

    The public IP address of a node within a cluster.