Class: Aws::Backup::Types::GetRestoreTestingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetRestoreTestingPlanOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#restore_testing_plan ⇒ Types::RestoreTestingPlanForGet
Specifies the body of a restore testing plan.
Instance Attribute Details
#restore_testing_plan ⇒ Types::RestoreTestingPlanForGet
Specifies the body of a restore testing plan. Includes ‘RestoreTestingPlanName`.
4096 4097 4098 4099 4100 |
# File 'lib/aws-sdk-backup/types.rb', line 4096 class GetRestoreTestingPlanOutput < Struct.new( :restore_testing_plan) SENSITIVE = [] include Aws::Structure end |