AccountQuota
public struct AccountQuota : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the AWS DMS quota for this AWS account.
Declaration
Swift
public let accountQuotaName: String?
-
The maximum allowed value for the quota.
Declaration
Swift
public let max: Int64?
-
The amount currently used toward the quota maximum.
Declaration
Swift
public let used: Int64?
-
Undocumented
Declaration
Swift
public init(accountQuotaName: String? = nil, max: Int64? = nil, used: Int64? = nil)