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.
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 |
#host ⇒ String
Host.
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 |
#port ⇒ Integer
Port.
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 |