Class: Aws::Types::RecoveryPlanExecutionStep
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecutionStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#configuration ⇒ Types::RecoveryPlanExecutionStepConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
-
#recovery_plan_execution_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_step_arn.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#step_index ⇒ ::Integer
Returns the value of attribute step_index.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def attempt @attempt end |
#configuration ⇒ Types::RecoveryPlanExecutionStepConfiguration
Returns the value of attribute configuration.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def configuration @configuration end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def created_at @created_at end |
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def error_detail @error_detail end |
#recovery_plan_execution_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_step_arn.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def recovery_plan_execution_step_arn @recovery_plan_execution_step_arn end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def status @status end |
#step_index ⇒ ::Integer
Returns the value of attribute step_index.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def step_index @step_index end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def step_name @step_name end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def updated_at @updated_at end |