Class: Aws::Backup::Types::GetRestoreTestingPlanOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#restore_testing_planTypes::RestoreTestingPlanForGet

Specifies the body of a restore testing plan. Includes ‘RestoreTestingPlanName`.



4235
4236
4237
4238
4239
# File 'lib/aws-sdk-backup/types.rb', line 4235

class GetRestoreTestingPlanOutput < Struct.new(
  :restore_testing_plan)
  SENSITIVE = []
  include Aws::Structure
end