Class: Aws::QuickSight::Types::DatabricksParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DatabricksParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters that are required to connect to a Databricks data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host ⇒ String
The host name of the Databricks data source.
-
#port ⇒ Integer
The port for the Databricks data source.
-
#sql_endpoint_path ⇒ String
The HTTP path of the Databricks data source.
Instance Attribute Details
#host ⇒ String
The host name of the Databricks data source.
9576 9577 9578 9579 9580 9581 9582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9576 class DatabricksParameters < Struct.new( :host, :port, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port for the Databricks data source.
9576 9577 9578 9579 9580 9581 9582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9576 class DatabricksParameters < Struct.new( :host, :port, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |
#sql_endpoint_path ⇒ String
The HTTP path of the Databricks data source.
9576 9577 9578 9579 9580 9581 9582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9576 class DatabricksParameters < Struct.new( :host, :port, :sql_endpoint_path) SENSITIVE = [] include Aws::Structure end |