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)


38703
38704
38705
38706
38707
38708
38709
# File 'lib/aws-sdk-quicksight/types.rb', line 38703

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

#hostString

Host.

Returns:

  • (String)


38703
38704
38705
38706
38707
38708
38709
# File 'lib/aws-sdk-quicksight/types.rb', line 38703

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

#portInteger

Port.

Returns:

  • (Integer)


38703
38704
38705
38706
38707
38708
38709
# File 'lib/aws-sdk-quicksight/types.rb', line 38703

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