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’.

Returns:

  • (String)


19282
19283
19284
19285
19286
19287
# File 'lib/aws-sdk-glue/types.rb', line 19282

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.

Returns:

  • (String)


19282
19283
19284
19285
19286
19287
# File 'lib/aws-sdk-glue/types.rb', line 19282

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