Class: Aws::QuickSight::Types::StarburstParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StarburstParameters
- Defined in:
- gems/aws-sdk-quicksight/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.
27906 27907 27908 27909 27910 27911 27912 27913 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27906 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
The host name of the Starburst data source.
27906 27907 27908 27909 27910 27911 27912 27913 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27906 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port for the Starburst data source.
27906 27907 27908 27909 27910 27911 27912 27913 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27906 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.
27906 27907 27908 27909 27910 27911 27912 27913 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27906 class StarburstParameters < Struct.new( :host, :port, :catalog, :product_type) SENSITIVE = [] include Aws::Structure end |