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

Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterNode

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

Overview

Note:

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

{
  node_role: "NonEmptyString",
  private_ip_address: "NonEmptyString",
  public_ip_address: "NonEmptyString",
}

A node in an Amazon Redshift cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#node_roleString

The role of the node. A node might be a leader node or a compute node.

Returns:

  • (String)

    The role of the node.

#private_ip_addressString

The private IP address of the node.

Returns:

  • (String)

    The private IP address of the node.

#public_ip_addressString

The public IP address of the node.

Returns:

  • (String)

    The public IP address of the node.