Class: Aws::Backup::Types::GetRestoreTestingPlanInput

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_plan_nameString

Required unique name of the restore testing plan.

Returns:

  • (String)


4083
4084
4085
4086
4087
# File 'lib/aws-sdk-backup/types.rb', line 4083

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