Class: Aws::Types::SparkSubmitJobDriver
- Inherits:
-
Object
- Object
- Aws::Types::SparkSubmitJobDriver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
-
#entry_point_arguments ⇒ ::Array[::String]
Returns the value of attribute entry_point_arguments.
-
#spark_submit_parameters ⇒ ::String
Returns the value of attribute spark_submit_parameters.
Instance Attribute Details
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
598 599 600 |
# File 'sig/types.rbs', line 598 def entry_point @entry_point end |
#entry_point_arguments ⇒ ::Array[::String]
Returns the value of attribute entry_point_arguments.
599 600 601 |
# File 'sig/types.rbs', line 599 def entry_point_arguments @entry_point_arguments end |
#spark_submit_parameters ⇒ ::String
Returns the value of attribute spark_submit_parameters.
600 601 602 |
# File 'sig/types.rbs', line 600 def spark_submit_parameters @spark_submit_parameters end |