BackupPlanInput
public struct BackupPlanInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The optional display name of a backup plan.
Declaration
Swift
public let backupPlanName: String
-
An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.
Declaration
Swift
public let rules: [BackupRuleInput]
-
Undocumented
Declaration
Swift
public init(backupPlanName: String, rules: [BackupRuleInput])
-
Declaration
Swift
public func validate(name: String) throws