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

Class: Aws::MachineLearning::Types::RedshiftDatabase

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

Overview

Note:

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

{
  database_name: "RedshiftDatabaseName", # required
  cluster_identifier: "RedshiftClusterIdentifier", # required
}

Describes the database details required to connect to an Amazon Redshift database.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The ID of an Amazon Redshift cluster.

Returns:

  • (String)

    The ID of an Amazon Redshift cluster.

    .

#database_nameString

The name of a database hosted on an Amazon Redshift cluster.

Returns:

  • (String)

    The name of a database hosted on an Amazon Redshift cluster.

    .