Class: Aws::Types::RecoveryPlanSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
-
#status ⇒ "ACTIVE", "INVALID"
Returns the value of attribute status.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::String
Returns the value of attribute created_at.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def name @name end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def recovery_plan_arn @recovery_plan_arn end |
#status ⇒ "ACTIVE", "INVALID"
Returns the value of attribute status.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def status @status end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def updated_at @updated_at end |