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

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

Instance Attribute Details

#catalogString

The catalog name for the Starburst data source.

Returns:

  • (String)


26780
26781
26782
26783
26784
26785
26786
26787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26780

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)


26780
26781
26782
26783
26784
26785
26786
26787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26780

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

#portInteger

The port for the Starburst data source.

Returns:

  • (Integer)


26780
26781
26782
26783
26784
26785
26786
26787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26780

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)


26780
26781
26782
26783
26784
26785
26786
26787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26780

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