Class: Aws::Types::RecoveryPlanExecutionStepSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecutionStepSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RecoveryPlanExecutionStepConfiguration
Returns the value of attribute configuration.
-
#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.
Instance Attribute Details
#configuration ⇒ Types::RecoveryPlanExecutionStepConfiguration
Returns the value of attribute configuration.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def configuration @configuration end |
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def error_detail @error_detail end |
#recovery_plan_execution_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_step_arn.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def recovery_plan_execution_step_arn @recovery_plan_execution_step_arn end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def status @status end |
#step_index ⇒ ::Integer
Returns the value of attribute step_index.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def step_index @step_index end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def step_name @step_name end |