Class: Aws::Glue::Types::SessionCommand
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SessionCommand
- Defined in:
- gems/aws-sdk-glue/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'.
23031 23032 23033 23034 23035 23036 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23031 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.
23031 23032 23033 23034 23035 23036 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23031 class SessionCommand < Struct.new( :name, :python_version) SENSITIVE = [] include Aws::Structure end |