Class: Aws::Types::SparkGluePropertiesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_argsTypes::SparkGlueArgs

Returns the value of attribute additional_args.



5840
5841
5842
# File 'sig/types.rbs', line 5840

def additional_args
  @additional_args
end

#glue_connection_name::String

Returns the value of attribute glue_connection_name.

Returns:

  • (::String)


5841
5842
5843
# File 'sig/types.rbs', line 5841

def glue_connection_name
  @glue_connection_name
end

#glue_connection_names::Array[::String]

Returns the value of attribute glue_connection_names.

Returns:

  • (::Array[::String])


5842
5843
5844
# File 'sig/types.rbs', line 5842

def glue_connection_names
  @glue_connection_names
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


5843
5844
5845
# File 'sig/types.rbs', line 5843

def glue_version
  @glue_version
end

#idle_timeout::Integer

Returns the value of attribute idle_timeout.

Returns:

  • (::Integer)


5844
5845
5846
# File 'sig/types.rbs', line 5844

def idle_timeout
  @idle_timeout
end

#java_virtual_env::String

Returns the value of attribute java_virtual_env.

Returns:

  • (::String)


5845
5846
5847
# File 'sig/types.rbs', line 5845

def java_virtual_env
  @java_virtual_env
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


5846
5847
5848
# File 'sig/types.rbs', line 5846

def number_of_workers
  @number_of_workers
end

#python_virtual_env::String

Returns the value of attribute python_virtual_env.

Returns:

  • (::String)


5847
5848
5849
# File 'sig/types.rbs', line 5847

def python_virtual_env
  @python_virtual_env
end

#worker_type::String

Returns the value of attribute worker_type.

Returns:

  • (::String)


5848
5849
5850
# File 'sig/types.rbs', line 5848

def worker_type
  @worker_type
end