Class: Aws::Types::SparkGluePropertiesOutput

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.



5853
5854
5855
# File 'sig/types.rbs', line 5853

def additional_args
  @additional_args
end

#glue_connection_name::String

Returns the value of attribute glue_connection_name.

Returns:

  • (::String)


5854
5855
5856
# File 'sig/types.rbs', line 5854

def glue_connection_name
  @glue_connection_name
end

#glue_connection_names::Array[::String]

Returns the value of attribute glue_connection_names.

Returns:

  • (::Array[::String])


5855
5856
5857
# File 'sig/types.rbs', line 5855

def glue_connection_names
  @glue_connection_names
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


5856
5857
5858
# File 'sig/types.rbs', line 5856

def glue_version
  @glue_version
end

#idle_timeout::Integer

Returns the value of attribute idle_timeout.

Returns:

  • (::Integer)


5857
5858
5859
# File 'sig/types.rbs', line 5857

def idle_timeout
  @idle_timeout
end

#java_virtual_env::String

Returns the value of attribute java_virtual_env.

Returns:

  • (::String)


5858
5859
5860
# File 'sig/types.rbs', line 5858

def java_virtual_env
  @java_virtual_env
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


5859
5860
5861
# File 'sig/types.rbs', line 5859

def number_of_workers
  @number_of_workers
end

#python_virtual_env::String

Returns the value of attribute python_virtual_env.

Returns:

  • (::String)


5860
5861
5862
# File 'sig/types.rbs', line 5860

def python_virtual_env
  @python_virtual_env
end

#worker_type::String

Returns the value of attribute worker_type.

Returns:

  • (::String)


5861
5862
5863
# File 'sig/types.rbs', line 5861

def worker_type
  @worker_type
end