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.
4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-backup/types.rb', line 4264 class GetRestoreTestingSelectionOutput < Struct.new( :restore_testing_selection) SENSITIVE = [] include Aws::Structure end |