Class: Aws::Glue::Types::SessionCommand
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SessionCommand
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The ‘SessionCommand` that runs the job.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the name of the SessionCommand. 
- 
  
    
      #python_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the Python version. 
Instance Attribute Details
#name ⇒ String
Specifies the name of the SessionCommand. Can be ‘glueetl’ or ‘gluestreaming’.
| 23121 23122 23123 23124 23125 23126 | # File 'lib/aws-sdk-glue/types.rb', line 23121 class SessionCommand < Struct.new( :name, :python_version) SENSITIVE = [] include Aws::Structure end | 
#python_version ⇒ String
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
| 23121 23122 23123 23124 23125 23126 | # File 'lib/aws-sdk-glue/types.rb', line 23121 class SessionCommand < Struct.new( :name, :python_version) SENSITIVE = [] include Aws::Structure end |