AccountAttribute
public struct AccountAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum allowed value.
Declaration
Swift
public let maximum: Int? -
The attribute name. The following are supported attribute names. ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers. ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
Declaration
Swift
public let name: String? -
The current usage, such as the current number of servers that are associated with the account.
Declaration
Swift
public let used: Int? -
Undocumented
Declaration
Swift
public init(maximum: Int? = nil, name: String? = nil, used: Int? = nil)
View on GitHub
AccountAttribute Structure Reference