Class: Aws::Types::HadoopStepConfig
- Inherits:
-
Object
- Object
- Aws::Types::HadoopStepConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#args ⇒ ::Array[::String]
Returns the value of attribute args.
-
#jar ⇒ ::String
Returns the value of attribute jar.
-
#main_class ⇒ ::String
Returns the value of attribute main_class.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
Instance Attribute Details
#args ⇒ ::Array[::String]
Returns the value of attribute args.
629 630 631 |
# File 'sig/types.rbs', line 629 def args @args end |
#jar ⇒ ::String
Returns the value of attribute jar.
626 627 628 |
# File 'sig/types.rbs', line 626 def jar @jar end |
#main_class ⇒ ::String
Returns the value of attribute main_class.
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.
627 628 629 |
# File 'sig/types.rbs', line 627 def properties @properties end |