Class: Aws::Backup::Types::DeleteRestoreTestingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteRestoreTestingPlanInput
- 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 you wish to delete.
Instance Attribute Details
#restore_testing_plan_name ⇒ String
Required unique name of the restore testing plan you wish to delete.
2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-backup/types.rb', line 2370 class DeleteRestoreTestingPlanInput < Struct.new( :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |