Class: Aws::QuickSight::Types::PostgreSqlParameters
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::PostgreSqlParameters
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      23672 23673 23674 23675 23676 23677 23678  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 23672 class PostgreSqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end  | 
  
#host ⇒ String
Host.
      23672 23673 23674 23675 23676 23677 23678  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 23672 class PostgreSqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end  | 
  
#port ⇒ Integer
Port.
      23672 23673 23674 23675 23676 23677 23678  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 23672 class PostgreSqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end  |