Class: Aws::Types::HadoopStepConfig

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])


629
630
631
# File 'sig/types.rbs', line 629

def args
  @args
end

#jar::String

Returns the value of attribute jar.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def jar
  @jar
end

#main_class::String

Returns the value of attribute main_class.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def main_class
  @main_class
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


627
628
629
# File 'sig/types.rbs', line 627

def properties
  @properties
end