Class: Aws::QuickSight::Types::SparkParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters for Spark.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostString

Host.

Returns:

  • (String)


39803
39804
39805
39806
39807
39808
# File 'lib/aws-sdk-quicksight/types.rb', line 39803

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

#portInteger

Port.

Returns:

  • (Integer)


39803
39804
39805
39806
39807
39808
# File 'lib/aws-sdk-quicksight/types.rb', line 39803

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