Class: Aws::QuickSight::Types::PrestoParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PrestoParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Presto.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Catalog.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#catalog ⇒ String
Catalog.
23571 23572 23573 23574 23575 23576 23577 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
23571 23572 23573 23574 23575 23576 23577 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
23571 23572 23573 23574 23575 23576 23577 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |