Class: Aws::Types::SparkSubmitJobDriver

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:entry_point, :spark_submit_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#entry_point::String

Returns the value of attribute entry_point.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def spark_submit_parameters
  @spark_submit_parameters
end