Class: Aws::Types::HadoopJarStepConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#args::Array[::String]

Returns the value of attribute args.

Returns:

  • (::Array[::String])


621
622
623
# File 'sig/types.rbs', line 621

def args
  @args
end

#jar::String

Returns the value of attribute jar.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def jar
  @jar
end

#main_class::String

Returns the value of attribute main_class.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def main_class
  @main_class
end

#properties::Array[Types::KeyValue]

Returns the value of attribute properties.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def properties
  @properties
end