Class: Aws::Backup::Types::CreateRestoreTestingSelectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateRestoreTestingSelectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the resource testing selection was created.
-
#restore_testing_plan_arn ⇒ String
The ARN of the restore testing plan with which the restore testing selection is associated.
-
#restore_testing_plan_name ⇒ String
The name of the restore testing plan.
-
#restore_testing_selection_name ⇒ String
The name of the restore testing selection for the related restore testing plan.
Instance Attribute Details
#creation_time ⇒ Time
The time that the resource testing selection was created.
2181 2182 2183 2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-backup/types.rb', line 2181 class CreateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_arn ⇒ String
The ARN of the restore testing plan with which the restore testing selection is associated.
2181 2182 2183 2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-backup/types.rb', line 2181 class CreateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_name ⇒ String
The name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
2181 2182 2183 2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-backup/types.rb', line 2181 class CreateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_selection_name ⇒ String
The name of the restore testing selection for the related restore testing plan.
2181 2182 2183 2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-backup/types.rb', line 2181 class CreateRestoreTestingSelectionOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |