Class: Aws::Backup::Types::UpdateRestoreTestingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::UpdateRestoreTestingPlanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#restore_testing_plan ⇒ Types::RestoreTestingPlanForUpdate
Specifies the body of a restore testing plan.
-
#restore_testing_plan_name ⇒ String
The name of the restore testing plan name.
Instance Attribute Details
#restore_testing_plan ⇒ Types::RestoreTestingPlanForUpdate
Specifies the body of a restore testing plan.
9644 9645 9646 9647 9648 9649 |
# File 'lib/aws-sdk-backup/types.rb', line 9644 class UpdateRestoreTestingPlanInput < Struct.new( :restore_testing_plan, :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_name ⇒ String
The name of the restore testing plan name.
9644 9645 9646 9647 9648 9649 |
# File 'lib/aws-sdk-backup/types.rb', line 9644 class UpdateRestoreTestingPlanInput < Struct.new( :restore_testing_plan, :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |