Class: Aws::EMRContainers::Types::SparkSqlJobDriver
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::SparkSqlJobDriver
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
The job driver for job type.
Constant Summary collapse
- SENSITIVE =
[:entry_point, :spark_sql_parameters]
Instance Attribute Summary collapse
-
#entry_point ⇒ String
The SQL file to be executed.
-
#spark_sql_parameters ⇒ String
The Spark parameters to be included in the Spark SQL command.
Instance Attribute Details
#entry_point ⇒ String
The SQL file to be executed.
1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1796 class SparkSqlJobDriver < Struct.new( :entry_point, :spark_sql_parameters) SENSITIVE = [:entry_point, :spark_sql_parameters] include Aws::Structure end |
#spark_sql_parameters ⇒ String
The Spark parameters to be included in the Spark SQL command.
1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1796 class SparkSqlJobDriver < Struct.new( :entry_point, :spark_sql_parameters) SENSITIVE = [:entry_point, :spark_sql_parameters] include Aws::Structure end |