Class: Aws::Types::ListRecoveryPlansResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPlansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recovery_plans ⇒ ::Array[Types::RecoveryPlanSummary]
Returns the value of attribute recovery_plans.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
770 771 772 |
# File 'sig/types.rbs', line 770 def next_token @next_token end |
#recovery_plans ⇒ ::Array[Types::RecoveryPlanSummary]
Returns the value of attribute recovery_plans.
769 770 771 |
# File 'sig/types.rbs', line 769 def recovery_plans @recovery_plans end |