Class: Aws::Backup::Types::UpdateRestoreTestingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::UpdateRestoreTestingPlanOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the resource testing plan was created.
-
#restore_testing_plan_arn ⇒ String
Unique ARN (Amazon Resource Name) of the restore testing plan.
-
#restore_testing_plan_name ⇒ String
The name cannot be changed after creation.
-
#update_time ⇒ Time
The time the update completed for the restore testing plan.
Instance Attribute Details
#creation_time ⇒ Time
The time the resource testing plan was created.
8800 8801 8802 8803 8804 8805 8806 8807 |
# File 'lib/aws-sdk-backup/types.rb', line 8800 class UpdateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_arn ⇒ String
Unique ARN (Amazon Resource Name) of the restore testing plan.
8800 8801 8802 8803 8804 8805 8806 8807 |
# File 'lib/aws-sdk-backup/types.rb', line 8800 class UpdateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_name ⇒ String
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
8800 8801 8802 8803 8804 8805 8806 8807 |
# File 'lib/aws-sdk-backup/types.rb', line 8800 class UpdateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the update completed for the restore testing plan.
8800 8801 8802 8803 8804 8805 8806 8807 |
# File 'lib/aws-sdk-backup/types.rb', line 8800 class UpdateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :update_time) SENSITIVE = [] include Aws::Structure end |