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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



11289
11290
11291
11292
11293
11294
# File 'lib/aws-sdk-backup/types.rb', line 11289

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

#restore_testing_plan_nameString

The name of the restore testing plan name.

Returns:

  • (String)


11289
11290
11291
11292
11293
11294
# File 'lib/aws-sdk-backup/types.rb', line 11289

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