Class: Aws::Glue::Types::SessionCommand

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Specifies the name of the SessionCommand. Can be ‘glueetl’ or ‘gluestreaming’.



19864
19865
19866
19867
19868
19869
# File 'lib/aws-sdk-glue/types.rb', line 19864

class SessionCommand < Struct.new(
  :name,
  :python_version)
  SENSITIVE = []
  include Aws::Structure
end

#python_versionString

Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.



19864
19865
19866
19867
19868
19869
# File 'lib/aws-sdk-glue/types.rb', line 19864

class SessionCommand < Struct.new(
  :name,
  :python_version)
  SENSITIVE = []
  include Aws::Structure
end