AccountUsage
public struct AccountUsage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of Lambda functions.
Declaration
Swift
public let functionCount: Int64? -
The amount of storage space, in bytes, that’s being used by deployment packages and layer archives.
Declaration
Swift
public let totalCodeSize: Int64? -
Undocumented
Declaration
Swift
public init(functionCount: Int64? = nil, totalCodeSize: Int64? = nil)
View on GitHub
AccountUsage Structure Reference