Class: Aws::Backup::Types::DeleteRestoreTestingPlanInput

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 you wish to delete.

Returns:

  • (String)


2381
2382
2383
2384
2385
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2381

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