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’.
20773 20774 20775 20776 20777 20778 |
# File 'lib/aws-sdk-glue/types.rb', line 20773 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.
20773 20774 20775 20776 20777 20778 |
# File 'lib/aws-sdk-glue/types.rb', line 20773 class SessionCommand < Struct.new( :name, :python_version) SENSITIVE = [] include Aws::Structure end |