AccountAttributesMessage
public struct AccountAttributesMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
Declaration
Swift
public let accountQuotas: [AccountQuota]?
-
Undocumented
Declaration
Swift
public init(accountQuotas: [AccountQuota]? = nil)