Class: Aws::Backup::Types::UpdateRestoreTestingSelectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::UpdateRestoreTestingSelectionOutput
- 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 selection was updated successfully.
-
#restore_testing_plan_arn ⇒ String
Unique string that is the name of the restore testing plan.
-
#restore_testing_plan_name ⇒ String
The restore testing plan with which the updated restore testing selection is associated.
-
#restore_testing_selection_name ⇒ String
The returned restore testing selection name.
-
#update_time ⇒ Time
The time the update completed for the restore testing selection.
Instance Attribute Details
#creation_time ⇒ Time
The time the resource testing selection was updated successfully.
8860 8861 8862 8863 8864 8865 8866 8867 8868 |
# File 'lib/aws-sdk-backup/types.rb', line 8860 class UpdateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_arn ⇒ String
Unique string that is the name of the restore testing plan.
8860 8861 8862 8863 8864 8865 8866 8867 8868 |
# File 'lib/aws-sdk-backup/types.rb', line 8860 class UpdateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_name ⇒ String
The restore testing plan with which the updated restore testing selection is associated.
8860 8861 8862 8863 8864 8865 8866 8867 8868 |
# File 'lib/aws-sdk-backup/types.rb', line 8860 class UpdateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#restore_testing_selection_name ⇒ String
The returned restore testing selection name.
8860 8861 8862 8863 8864 8865 8866 8867 8868 |
# File 'lib/aws-sdk-backup/types.rb', line 8860 class UpdateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the update completed for the restore testing selection.
8860 8861 8862 8863 8864 8865 8866 8867 8868 |
# File 'lib/aws-sdk-backup/types.rb', line 8860 class UpdateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name, :update_time) SENSITIVE = [] include Aws::Structure end |