Class: Aws::Types::SparkSubmit

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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def spark_submit_parameters
  @spark_submit_parameters
end