Class: Aws::Backup::Types::RestoreJobCreator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::RestoreJobCreator
- Includes:
- Structure
- Defined in:
- 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
-
#restore_testing_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
Instance Attribute Details
#restore_testing_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
7104 7105 7106 7107 7108 |
# File 'lib/aws-sdk-backup/types.rb', line 7104 class RestoreJobCreator < Struct.new( :restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |