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

Class: Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint

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

Overview

Note:

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

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

The connection endpoint for an Amazon Redshift cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The DNS address of the cluster.

Returns:

  • (String)

    The DNS address of the cluster.

#portInteger

The port that the database engine listens on.

Returns:

  • (Integer)

    The port that the database engine listens on.