class Aws::SecurityHub::Types::AwsRedshiftClusterClusterNode

A node in an Amazon Redshift cluster.

@note When making an API call, you may pass AwsRedshiftClusterClusterNode

data as a hash:

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

@!attribute [rw] node_role

The role of the node. A node might be a leader node or a compute
node.
@return [String]

@!attribute [rw] private_ip_address

The private IP address of the node.
@return [String]

@!attribute [rw] public_ip_address

The public IP address of the node.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterClusterNode AWS API Documentation

Constants

SENSITIVE