Class: Aws::QuickSight::Types::TrinoParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TrinoParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters that are required to connect to a Trino data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog name for the Trino data source.
-
#host ⇒ String
The host name of the Trino data source.
-
#port ⇒ Integer
The port for the Trino data source.
Instance Attribute Details
#catalog ⇒ String
The catalog name for the Trino data source.
34970 34971 34972 34973 34974 34975 34976 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34970 class TrinoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
The host name of the Trino data source.
34970 34971 34972 34973 34974 34975 34976 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34970 class TrinoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port for the Trino data source.
34970 34971 34972 34973 34974 34975 34976 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34970 class TrinoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |