Class: Aws::Backup::Types::RestoreJobCreator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::RestoreJobCreator
- 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
-
#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.
7464 7465 7466 7467 7468 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7464 class RestoreJobCreator < Struct.new( :restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |