Class: Aws::QuickSight::Types::StarburstParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#catalogString

The catalog name for the Starburst data source.

Returns:

  • (String)


27646
27647
27648
27649
27650
27651
27652
27653
# File 'lib/aws-sdk-quicksight/types.rb', line 27646

class StarburstParameters < Struct.new(
  :host,
  :port,
  :catalog,
  :product_type)
  SENSITIVE = []
  include Aws::Structure
end

#hostString

The host name of the Starburst data source.

Returns:

  • (String)


27646
27647
27648
27649
27650
27651
27652
27653
# File 'lib/aws-sdk-quicksight/types.rb', line 27646

class StarburstParameters < Struct.new(
  :host,
  :port,
  :catalog,
  :product_type)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port for the Starburst data source.

Returns:

  • (Integer)


27646
27647
27648
27649
27650
27651
27652
27653
# File 'lib/aws-sdk-quicksight/types.rb', line 27646

class StarburstParameters < Struct.new(
  :host,
  :port,
  :catalog,
  :product_type)
  SENSITIVE = []
  include Aws::Structure
end

#product_typeString

The product type for the Starburst data source.

Returns:

  • (String)


27646
27647
27648
27649
27650
27651
27652
27653
# File 'lib/aws-sdk-quicksight/types.rb', line 27646

class StarburstParameters < Struct.new(
  :host,
  :port,
  :catalog,
  :product_type)
  SENSITIVE = []
  include Aws::Structure
end