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
show all
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

Instance Attribute Details

#cluster_idString

Cluster ID. This field can be blank if the Host and Port are provided.

Returns:

  • (String)

    Cluster ID.

#databaseString

Database.

Returns:

  • (String)

    Database.

#hostString

Host. This field can be blank if ClusterId is provided.

Returns:

  • (String)

    Host.

#portInteger

Port. This field can be blank if the ClusterId is provided.

Returns:

  • (Integer)

    Port.