Class: Aws::QuickSight::Types::PostgreSqlParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PostgreSqlParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters for PostgreSQL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#database ⇒ String
Database.
23828 23829 23830 23831 23832 23833 23834 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23828 class PostgreSqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
23828 23829 23830 23831 23832 23833 23834 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23828 class PostgreSqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
23828 23829 23830 23831 23832 23833 23834 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23828 class PostgreSqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |