BackupPolicy
public struct BackupPolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the status of the file system’s backup policy. ENABLED - EFS is automatically backing up the file system. ENABLING - EFS is turning on automatic backups for the file system. DISABLED - automatic back ups are turned off for the file system. DISABLED - EFS is turning off automatic backups for the file system.
Declaration
Swift
public let status: Status
-
Undocumented
Declaration
Swift
public init(status: Status)