AWSLambdaGetFunctionConcurrencyResponse
Objective-C
@interface AWSLambdaGetFunctionConcurrencyResponse
Swift
class AWSLambdaGetFunctionConcurrencyResponse
-
The number of simultaneous executions that are reserved for the function.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable reservedConcurrentExecutions;
Swift
var reservedConcurrentExecutions: NSNumber? { get set }