Class: Aws::Types::SparkSubmit
- Inherits:
-
Object
- Object
- Aws::Types::SparkSubmit
- 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.
556 557 558 |
# File 'sig/types.rbs', line 556 def entry_point @entry_point end |
#entry_point_arguments ⇒ ::Array[::String]
Returns the value of attribute entry_point_arguments.
557 558 559 |
# File 'sig/types.rbs', line 557 def entry_point_arguments @entry_point_arguments end |
#spark_submit_parameters ⇒ ::String
Returns the value of attribute spark_submit_parameters.
558 559 560 |
# File 'sig/types.rbs', line 558 def spark_submit_parameters @spark_submit_parameters end |