Method: Aws::Glue::Types::SessionCommand#python_version
- Defined in:
- lib/aws-sdk-glue/types.rb
#python_version ⇒ String
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
24939 24940 24941 24942 24943 24944 |
# File 'lib/aws-sdk-glue/types.rb', line 24939 class SessionCommand < Struct.new( :name, :python_version) SENSITIVE = [] include Aws::Structure end |