Class: Aws::Types::ListRestoreTestingPlansOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListRestoreTestingPlansOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#restore_testing_plans ⇒ ::Array[Types::RestoreTestingPlanForList]
Returns the value of attribute restore_testing_plans.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def next_token @next_token end |
#restore_testing_plans ⇒ ::Array[Types::RestoreTestingPlanForList]
Returns the value of attribute restore_testing_plans.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def restore_testing_plans @restore_testing_plans end |