Class: Aws::Types::StepSummary
- Inherits:
-
Object
- Object
- Aws::Types::StepSummary
- 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.
-
#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.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def action_on_failure @action_on_failure end |
#config ⇒ Types::HadoopStepConfig
Returns the value of attribute config.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def config @config end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def encryption_key_arn @encryption_key_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def id @id end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def log_uri @log_uri end |
#name ⇒ ::String
Returns the value of attribute name.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def name @name end |
#status ⇒ Types::StepStatus
Returns the value of attribute status.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def status @status end |