Class: Aws::Types::UpdateRecoveryPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def name @name end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def recovery_plan_arn @recovery_plan_arn end |