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.
26105 26106 26107 26108 26109 26110 26111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26105 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
26105 26106 26107 26108 26109 26110 26111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26105 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
26105 26106 26107 26108 26109 26110 26111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26105 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |