Class: Aws::Backup::Types::GetBackupPlanFromTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupPlanFromTemplateOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_document ⇒ Types::BackupPlan
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
Instance Attribute Details
#backup_plan_document ⇒ Types::BackupPlan
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
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 |