Class: Aws::Backup::Types::UpdateRestoreTestingPlanInput

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_planTypes::RestoreTestingPlanForUpdate

Specifies the body of a restore testing plan.



8714
8715
8716
8717
8718
8719
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8714

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

#restore_testing_plan_nameString

This is the restore testing plan name you wish to update.

Returns:

  • (String)


8714
8715
8716
8717
8718
8719
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8714

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