Class: Aws::Types::UpdateRestoreTestingPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRestoreTestingPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#restore_testing_plan ⇒ Types::RestoreTestingPlanForUpdate
Returns the value of attribute restore_testing_plan.
-
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
Instance Attribute Details
#restore_testing_plan ⇒ Types::RestoreTestingPlanForUpdate
Returns the value of attribute restore_testing_plan.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def restore_testing_plan @restore_testing_plan end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def restore_testing_plan_name @restore_testing_plan_name end |