Class: Aws::Backup::Types::GetRestoreTestingSelectionInput

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_plan_nameString

Required unique name of the restore testing plan.

Returns:

  • (String)


4130
4131
4132
4133
4134
4135
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4130

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

#restore_testing_selection_nameString

Required unique name of the restore testing selection.

Returns:

  • (String)


4130
4131
4132
4133
4134
4135
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4130

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