Class: Aws::Backup::Types::RestoreJobCreator

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Contains information about the restore testing plan that Backup used to initiate the restore job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#restore_testing_plan_arnString

An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.

Returns:

  • (String)


7120
7121
7122
7123
7124
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7120

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