Class: Aws::Types::RecoveryPlan
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::String
Returns the value of attribute created_at.
982 983 984 |
# File 'sig/types.rbs', line 982 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
980 981 982 |
# File 'sig/types.rbs', line 980 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
979 980 981 |
# File 'sig/types.rbs', line 979 def name @name end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
978 979 980 |
# File 'sig/types.rbs', line 978 def recovery_plan_arn @recovery_plan_arn end |
#status ⇒ "ACTIVE", "INVALID"
Returns the value of attribute status.
981 982 983 |
# File 'sig/types.rbs', line 981 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
984 985 986 |
# File 'sig/types.rbs', line 984 def @tags end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
983 984 985 |
# File 'sig/types.rbs', line 983 def updated_at @updated_at end |