Class: Aws::Types::RecoveryPlanExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
-
#mode ⇒ "DRILL", "RECOVERY"
Returns the value of attribute mode.
-
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
-
#recovery_plan_execution_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_arn.
-
#started_at ⇒ ::String
Returns the value of attribute started_at.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def error_detail @error_detail end |
#mode ⇒ "DRILL", "RECOVERY"
Returns the value of attribute mode.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def mode @mode end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def recovery_plan_arn @recovery_plan_arn end |
#recovery_plan_execution_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_arn.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def recovery_plan_execution_arn @recovery_plan_execution_arn end |
#started_at ⇒ ::String
Returns the value of attribute started_at.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def started_at @started_at end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def status @status end |