Class: Aws::Types::DeleteRestoreTestingSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRestoreTestingSelectionInput
- 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_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.
563 564 565 |
# File 'sig/types.rbs', line 563 def restore_testing_plan_name @restore_testing_plan_name end |
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
564 565 566 |
# File 'sig/types.rbs', line 564 def restore_testing_selection_name @restore_testing_selection_name end |