UpdateBackupPlanInput
public struct UpdateBackupPlanInput : 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: BackupPlanInput
-
Uniquely identifies a backup plan.
Declaration
Swift
public let backupPlanId: String
-
Undocumented
Declaration
Swift
public init(backupPlan: BackupPlanInput, backupPlanId: String)
-
Declaration
Swift
public func validate(name: String) throws