AWSLambdaGetAccountSettingsResponse
Objective-C
@interface AWSLambdaGetAccountSettingsResponse
Swift
class AWSLambdaGetAccountSettingsResponse
-
Limits that are related to concurrency and code storage.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaAccountLimit *_Nullable accountLimit;
Swift
var accountLimit: AWSLambdaAccountLimit? { get set }
-
The number of functions and amount of storage in use.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaAccountUsage *_Nullable accountUsage;
Swift
var accountUsage: AWSLambdaAccountUsage? { get set }