Class: Aws::Types::UpdateRestoreTestingSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRestoreTestingSelectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
-
#restore_testing_selection ⇒ Types::RestoreTestingSelectionForUpdate
Returns the value of attribute restore_testing_selection.
-
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
Instance Attribute Details
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def restore_testing_plan_name @restore_testing_plan_name end |
#restore_testing_selection ⇒ Types::RestoreTestingSelectionForUpdate
Returns the value of attribute restore_testing_selection.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def restore_testing_selection @restore_testing_selection end |
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def restore_testing_selection_name @restore_testing_selection_name end |