Class: Aws::Types::JobDriver
- Inherits:
-
Object
- Object
- Aws::Types::JobDriver
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Hive, SparkSubmit, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hive ⇒ Types::Hive
Returns the value of attribute hive.
-
#spark_submit ⇒ Types::SparkSubmit
Returns the value of attribute spark_submit.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#hive ⇒ Types::Hive
Returns the value of attribute hive.
277 278 279 |
# File 'sig/types.rbs', line 277 def hive @hive end |
#spark_submit ⇒ Types::SparkSubmit
Returns the value of attribute spark_submit.
276 277 278 |
# File 'sig/types.rbs', line 276 def spark_submit @spark_submit end |
#unknown ⇒ Object
Returns the value of attribute unknown.
278 279 280 |
# File 'sig/types.rbs', line 278 def unknown @unknown end |