You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::PostgreSqlParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PostgreSqlParameters
- Defined in:
- (unknown)
Overview
Note:
When passing PostgreSqlParameters as input to an Aws::Client method, you can use a vanilla Hash:
{
host: "Host", # required
port: 1, # required
database: "Database", # required
}
PostgreSQL parameters.
Returned by:
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#database ⇒ String
Database.
#host ⇒ String
Host.
#port ⇒ Integer
Port.