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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#database ⇒ String

Database.

Returns:

  • (String)


36927
36928
36929
36930
36931
36932
36933
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36927

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

#host ⇒ String

Host.

Returns:

  • (String)


36927
36928
36929
36930
36931
36932
36933
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36927

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

#port ⇒ Integer

Port.

Returns:

  • (Integer)


36927
36928
36929
36930
36931
36932
36933
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36927

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