Class: Aws::Backup::Types::GetRestoreTestingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetRestoreTestingPlanInput
- 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.
Instance Attribute Details
#restore_testing_plan_name ⇒ String
Required unique name of the restore testing plan.
4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-backup/types.rb', line 4083 class GetRestoreTestingPlanInput < Struct.new( :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |