Class: Aws::Backup::Types::GetRestoreTestingSelectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetRestoreTestingSelectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#restore_testing_selection ⇒ Types::RestoreTestingSelectionForGet
Unique name of the restore testing selection.
Instance Attribute Details
#restore_testing_selection ⇒ Types::RestoreTestingSelectionForGet
Unique name of the restore testing selection.
4125 4126 4127 4128 4129 |
# File 'lib/aws-sdk-backup/types.rb', line 4125 class GetRestoreTestingSelectionOutput < Struct.new( :restore_testing_selection) SENSITIVE = [] include Aws::Structure end |