Class: Aws::QuickSight::Types::PostgreSqlParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters for PostgreSQL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

Database.

Returns:

  • (String)


32822
32823
32824
32825
32826
32827
32828
# File 'lib/aws-sdk-quicksight/types.rb', line 32822

class PostgreSqlParameters < Struct.new(
  :host,
  :port,
  :database)
  SENSITIVE = []
  include Aws::Structure
end

#hostString

Host.

Returns:

  • (String)


32822
32823
32824
32825
32826
32827
32828
# File 'lib/aws-sdk-quicksight/types.rb', line 32822

class PostgreSqlParameters < Struct.new(
  :host,
  :port,
  :database)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

Port.

Returns:

  • (Integer)


32822
32823
32824
32825
32826
32827
32828
# File 'lib/aws-sdk-quicksight/types.rb', line 32822

class PostgreSqlParameters < Struct.new(
  :host,
  :port,
  :database)
  SENSITIVE = []
  include Aws::Structure
end