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)


18368
18369
18370
18371
18372
18373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18368

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

#portInteger

The port for the Exasol data source.

Returns:

  • (Integer)


18368
18369
18370
18371
18372
18373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18368

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