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)


28946
28947
28948
28949
28950
28951
# File 'lib/aws-sdk-quicksight/types.rb', line 28946

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

#portInteger

Port.

Returns:

  • (Integer)


28946
28947
28948
28949
28950
28951
# File 'lib/aws-sdk-quicksight/types.rb', line 28946

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