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)


24940
24941
24942
24943
24944
24945
24946
# File 'lib/aws-sdk-quicksight/types.rb', line 24940

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

#hostString

Host.

Returns:

  • (String)


24940
24941
24942
24943
24944
24945
24946
# File 'lib/aws-sdk-quicksight/types.rb', line 24940

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

#portInteger

Port.

Returns:

  • (Integer)


24940
24941
24942
24943
24944
24945
24946
# File 'lib/aws-sdk-quicksight/types.rb', line 24940

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