Class: Aws::Types::SparkSqlJobDriver
- Inherits:
-
Object
- Object
- Aws::Types::SparkSqlJobDriver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
-
#spark_sql_parameters ⇒ ::String
Returns the value of attribute spark_sql_parameters.
Instance Attribute Details
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
592 593 594 |
# File 'sig/types.rbs', line 592 def entry_point @entry_point end |
#spark_sql_parameters ⇒ ::String
Returns the value of attribute spark_sql_parameters.
593 594 595 |
# File 'sig/types.rbs', line 593 def spark_sql_parameters @spark_sql_parameters end |