Class: Aws::Types::JobDriver

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

Defined Under Namespace

Classes: Hive, SparkSubmit, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hive ⇒ Types::Hive

Returns the value of attribute hive.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def hive
  @hive
end

#spark_submit ⇒ Types::SparkSubmit

Returns the value of attribute spark_submit.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def spark_submit
  @spark_submit
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


278
279
280
# File 'sig/types.rbs', line 278

def unknown
  @unknown
end