Class: Aws::Backup::Types::DeleteRestoreTestingSelectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#restore_testing_plan_nameString

Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2399

class DeleteRestoreTestingSelectionInput < Struct.new(
  :restore_testing_plan_name,
  :restore_testing_selection_name)
  SENSITIVE = []
  include Aws::Structure
end

#restore_testing_selection_nameString

Required unique name of the restore testing selection you wish to delete.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2399

class DeleteRestoreTestingSelectionInput < Struct.new(
  :restore_testing_plan_name,
  :restore_testing_selection_name)
  SENSITIVE = []
  include Aws::Structure
end