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
- Struct
- Aws::MachineLearning::Types::RedshiftDatabase
- 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
-
#cluster_identifier ⇒ String
The ID of an Amazon Redshift cluster.
.
-
#database_name ⇒ String
The name of a database hosted on an Amazon Redshift cluster.
.
Instance Attribute Details
#cluster_identifier ⇒ String
The ID of an Amazon Redshift cluster.
#database_name ⇒ String
The name of a database hosted on an Amazon Redshift cluster.