Class: Aws::Types::Step
- Inherits:
-
Object
- Object
- Aws::Types::Step
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_on_failure ⇒ "TERMINATE_JOB_FLOW", ...
Returns the value of attribute action_on_failure.
-
#config ⇒ Types::HadoopStepConfig
Returns the value of attribute config.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::StepStatus
Returns the value of attribute status.
Instance Attribute Details
#action_on_failure ⇒ "TERMINATE_JOB_FLOW", ...
Returns the value of attribute action_on_failure.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def action_on_failure @action_on_failure end |
#config ⇒ Types::HadoopStepConfig
Returns the value of attribute config.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def config @config end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def encryption_key_arn @encryption_key_arn end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def id @id end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def log_uri @log_uri end |
#name ⇒ ::String
Returns the value of attribute name.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def name @name end |
#status ⇒ Types::StepStatus
Returns the value of attribute status.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def status @status end |