Class: Aws::QuickSight::Types::ImpalaParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImpalaParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters that are required to connect to a Impala data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The database of the Impala data source.
-
#host ⇒ String
The host name of the Impala data source.
-
#port ⇒ Integer
The port of the Impala data source.
-
#sql_endpoint_path ⇒ String
The HTTP path of the Impala data source.
Instance Attribute Details
#database ⇒ String
The database of the Impala data source.
20096 20097 20098 20099 20100 20101 20102 20103 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20096 class ImpalaParameters < Struct.new( :host, :port, :database, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
The host name of the Impala data source.
20096 20097 20098 20099 20100 20101 20102 20103 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20096 class ImpalaParameters < Struct.new( :host, :port, :database, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port of the Impala data source.
20096 20097 20098 20099 20100 20101 20102 20103 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20096 class ImpalaParameters < Struct.new( :host, :port, :database, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |
#sql_endpoint_path ⇒ String
The HTTP path of the Impala data source.
20096 20097 20098 20099 20100 20101 20102 20103 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20096 class ImpalaParameters < Struct.new( :host, :port, :database, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |