UpdateServerRequest
public struct UpdateServerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Sets the number of automated backups that you want to keep.
Declaration
Swift
public let backupRetentionCount: Int? -
Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.
Declaration
Swift
public let disableAutomatedBackup: Bool? -
Undocumented
Declaration
Swift
public let preferredBackupWindow: String? -
Undocumented
Declaration
Swift
public let preferredMaintenanceWindow: String? -
The name of the server to update.
Declaration
Swift
public let serverName: String -
init(backupRetentionCount:disableAutomatedBackup:preferredBackupWindow:preferredMaintenanceWindow:serverName:)Undocumented
Declaration
Swift
public init(backupRetentionCount: Int? = nil, disableAutomatedBackup: Bool? = nil, preferredBackupWindow: String? = nil, preferredMaintenanceWindow: String? = nil, serverName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateServerRequest Structure Reference