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:



3652
3653
3654
3655
3656
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3652

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