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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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.



4114
4115
4116
4117
4118
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4114

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