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

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

Overview

The parameters for Teradata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database ⇒ String

Database.

Returns:

  • (String)


45218
45219
45220
45221
45222
45223
45224
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45218

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

#host ⇒ String

Host.

Returns:

  • (String)


45218
45219
45220
45221
45222
45223
45224
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45218

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

#port ⇒ Integer

Port.

Returns:

  • (Integer)


45218
45219
45220
45221
45222
45223
45224
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45218

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