You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::RedshiftParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RedshiftParameters
- Defined in:
- (unknown)
Overview
Note:
When passing RedshiftParameters as input to an Aws::Client method, you can use a vanilla Hash:
{
host: "Host",
port: 1,
database: "Database", # required
cluster_id: "ClusterId",
}
Amazon Redshift parameters. The ClusterId
field can be blank if Host
and Port
are both set. The Host
and Port
fields can be blank if the ClusterId
field is set.
Returned by:
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Cluster ID.
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#cluster_id ⇒ String
Cluster ID. This field can be blank if the Host
and Port
are
provided.
#database ⇒ String
Database.
#host ⇒ String
Host. This field can be blank if ClusterId
is provided.
#port ⇒ Integer
Port. This field can be blank if the ClusterId
is provided.