Class: Aws::QuickSight::Types::TeradataParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TeradataParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Teradata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#database ⇒ String
Database.
29441 29442 29443 29444 29445 29446 29447 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29441 class TeradataParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
29441 29442 29443 29444 29445 29446 29447 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29441 class TeradataParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
29441 29442 29443 29444 29445 29446 29447 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29441 class TeradataParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |