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)


28748
28749
28750
28751
28752
28753
28754
# File 'lib/aws-sdk-quicksight/types.rb', line 28748

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

#hostString

Host.

Returns:

  • (String)


28748
28749
28750
28751
28752
28753
28754
# File 'lib/aws-sdk-quicksight/types.rb', line 28748

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

#portInteger

Port.

Returns:

  • (Integer)


28748
28749
28750
28751
28752
28753
28754
# File 'lib/aws-sdk-quicksight/types.rb', line 28748

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