Class: Aws::Backup::Types::GetRestoreTestingSelectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetRestoreTestingSelectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#restore_testing_plan_name ⇒ String
Required unique name of the restore testing plan.
-
#restore_testing_selection_name ⇒ String
Required unique name of the restore testing selection.
Instance Attribute Details
#restore_testing_plan_name ⇒ String
Required unique name of the restore testing plan.
4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-backup/types.rb', line 4251 class GetRestoreTestingSelectionInput < Struct.new( :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_selection_name ⇒ String
Required unique name of the restore testing selection.
4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-backup/types.rb', line 4251 class GetRestoreTestingSelectionInput < Struct.new( :restore_testing_plan_name, :restore_testing_selection_name) SENSITIVE = [] include Aws::Structure end |