Class: Aws::QuickSight::Types::TrinoParameters

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

Overview

The parameters that are required to connect to a Trino data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog ⇒ String

The catalog name for the Trino data source.

Returns:

  • (String)


48074
48075
48076
48077
48078
48079
48080
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48074

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

#host ⇒ String

The host name of the Trino data source.

Returns:

  • (String)


48074
48075
48076
48077
48078
48079
48080
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48074

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

#port ⇒ Integer

The port for the Trino data source.

Returns:

  • (Integer)


48074
48075
48076
48077
48078
48079
48080
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48074

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