GetBackupPlanFromJSONOutput
public struct GetBackupPlanFromJSONOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.
Declaration
Swift
public let backupPlan: BackupPlan?
-
Undocumented
Declaration
Swift
public init(backupPlan: BackupPlan? = nil)