Class: Aws::QuickSight::Types::StarburstParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StarburstParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters that are required to connect to a Starburst data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog name for the Starburst data source.
-
#host ⇒ String
The host name of the Starburst data source.
-
#port ⇒ Integer
The port for the Starburst data source.
-
#product_type ⇒ String
The product type for the Starburst data source.
Instance Attribute Details
#catalog ⇒ String
The catalog name for the Starburst data source.
27782 27783 27784 27785 27786 27787 27788 27789 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27782 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
The host name of the Starburst data source.
27782 27783 27784 27785 27786 27787 27788 27789 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27782 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port for the Starburst data source.
27782 27783 27784 27785 27786 27787 27788 27789 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27782 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The product type for the Starburst data source.
27782 27783 27784 27785 27786 27787 27788 27789 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27782 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |