Class: Aws::Backup::Types::DeleteRestoreTestingSelectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteRestoreTestingSelectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#restore_testing_plan_name ⇒ String
Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.
-
#restore_testing_selection_name ⇒ String
Required unique name of the restore testing selection you wish to delete.
Instance Attribute Details
#restore_testing_plan_name ⇒ String
Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.
2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-backup/types.rb', line 2413 class DeleteRestoreTestingSelectionInput < Struct.new( :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_selection_name ⇒ String
Required unique name of the restore testing selection you wish to delete.
2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-backup/types.rb', line 2413 class DeleteRestoreTestingSelectionInput < Struct.new( :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |