Class: Aws::QuickSight::Types::TrinoParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TrinoParameters
- Includes:
- Structure
- Defined in:
- 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.
31743 31744 31745 31746 31747 31748 31749 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31743 class TrinoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
The host name of the Trino data source.
31743 31744 31745 31746 31747 31748 31749 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31743 class TrinoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port for the Trino data source.
31743 31744 31745 31746 31747 31748 31749 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31743 class TrinoParameters < Struct.new( :host, :port, :catalog) SENSITIVE = [] include Aws::Structure end |