GetBackupPlanFromTemplateOutput
public struct GetBackupPlanFromTemplateOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
Declaration
Swift
public let backupPlanDocument: BackupPlan?
-
Undocumented
Declaration
Swift
public init(backupPlanDocument: BackupPlan? = nil)