Class: Aws::QuickSight::Types::SparkParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SparkParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Spark.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#host ⇒ String
Host.
30328 30329 30330 30331 30332 30333 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30328 class SparkParameters < Struct.new( :host, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
30328 30329 30330 30331 30332 30333 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30328 class SparkParameters < Struct.new( :host, :port) SENSITIVE = [] include Aws::Structure end |