Class: Aws::Types::GetRestoreTestingSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetRestoreTestingSelectionInput
- 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.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def restore_testing_plan_name @restore_testing_plan_name end |
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def restore_testing_selection_name @restore_testing_selection_name end |