Class: Aws::Types::RecoveryPlanExecution
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::String
Returns the value of attribute completed_at.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#completed_at ⇒ ::String
Returns the value of attribute completed_at.
994 995 996 |
# File 'sig/types.rbs', line 994 def completed_at @completed_at end |
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
995 996 997 |
# File 'sig/types.rbs', line 995 def error_detail @error_detail end |
#mode ⇒ "DRILL", "RECOVERY"
Returns the value of attribute mode.
991 992 993 |
# File 'sig/types.rbs', line 991 def mode @mode end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
990 991 992 |
# File 'sig/types.rbs', line 990 def recovery_plan_arn @recovery_plan_arn end |
#recovery_plan_execution_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_arn.
989 990 991 |
# File 'sig/types.rbs', line 989 def recovery_plan_execution_arn @recovery_plan_execution_arn end |
#started_at ⇒ ::String
Returns the value of attribute started_at.
993 994 995 |
# File 'sig/types.rbs', line 993 def started_at @started_at end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
992 993 994 |
# File 'sig/types.rbs', line 992 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
996 997 998 |
# File 'sig/types.rbs', line 996 def @tags end |