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.
23741 23742 23743 23744 23745 23746 23747 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23741 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
23741 23742 23743 23744 23745 23746 23747 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23741 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
23741 23742 23743 23744 23745 23746 23747 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23741 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |