Class: Aws::QuickSight::Types::TeradataParameters

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

Overview

The parameters for Teradata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

Database.

Returns:

  • (String)


30746
30747
30748
30749
30750
30751
30752
# File 'lib/aws-sdk-quicksight/types.rb', line 30746

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

#hostString

Host.

Returns:

  • (String)


30746
30747
30748
30749
30750
30751
30752
# File 'lib/aws-sdk-quicksight/types.rb', line 30746

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

#portInteger

Port.

Returns:

  • (Integer)


30746
30747
30748
30749
30750
30751
30752
# File 'lib/aws-sdk-quicksight/types.rb', line 30746

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