Class: Aws::QuickSight::Types::PrestoParameters

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

Overview

The parameters for Presto.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Catalog.

Returns:

  • (String)


31338
31339
31340
31341
31342
31343
31344
# File 'lib/aws-sdk-quicksight/types.rb', line 31338

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

#hostString

Host.

Returns:

  • (String)


31338
31339
31340
31341
31342
31343
31344
# File 'lib/aws-sdk-quicksight/types.rb', line 31338

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

#portInteger

Port.

Returns:

  • (Integer)


31338
31339
31340
31341
31342
31343
31344
# File 'lib/aws-sdk-quicksight/types.rb', line 31338

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