Class: Aws::QuickSight::Types::SparkParameters
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::SparkParameters
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      27507 27508 27509 27510 27511 27512  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 27507 class SparkParameters < Struct.new( :host, :port) SENSITIVE = [] include Aws::Structure end  | 
  
#port ⇒ Integer
Port.
      27507 27508 27509 27510 27511 27512  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 27507 class SparkParameters < Struct.new( :host, :port) SENSITIVE = [] include Aws::Structure end  |