AWSLambdaAccountUsage
Objective-C
@interface AWSLambdaAccountUsage
Swift
class AWSLambdaAccountUsage
The number of functions and amount of storage in use.
-
The number of Lambda functions.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable functionCount;
Swift
var functionCount: NSNumber? { get set }
-
The amount of storage space, in bytes, that’s being used by deployment packages and layer archives.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalCodeSize;
Swift
var totalCodeSize: NSNumber? { get set }