Class: Aws::Types::ListRecoveryPlanExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPlanExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recovery_plan_executions ⇒ ::Array[Types::RecoveryPlanExecutionSummary]
Returns the value of attribute recovery_plan_executions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
745 746 747 |
# File 'sig/types.rbs', line 745 def next_token @next_token end |
#recovery_plan_executions ⇒ ::Array[Types::RecoveryPlanExecutionSummary]
Returns the value of attribute recovery_plan_executions.
744 745 746 |
# File 'sig/types.rbs', line 744 def recovery_plan_executions @recovery_plan_executions end |