Class: Aws::QuickSight::Types::PrestoParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PrestoParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass PrestoParameters data as a hash:
{
host: "Host", # required
port: 1, # required
catalog: "Catalog", # required
}
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.
10044 10045 10046 10047 10048 10049 10050 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10044 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
10044 10045 10046 10047 10048 10049 10050 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10044 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
10044 10045 10046 10047 10048 10049 10050 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10044 class PrestoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |