Class: Aws::QuickSight::Types::ExasolParameters

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

Overview

The required parameters for connecting to an Exasol data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostString

The hostname or IP address of the Exasol data source.

Returns:

  • (String)


13435
13436
13437
13438
13439
13440
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13435

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

#portInteger

The port for the Exasol data source.

Returns:

  • (Integer)


13435
13436
13437
13438
13439
13440
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13435

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