Class: Aws::Backup::Types::GetBackupPlanFromTemplateOutput

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

#backup_plan_documentTypes::BackupPlan

Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.

Returns:



3640
3641
3642
3643
3644
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3640

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