AWSLambdaGetFunctionResponse
Objective-C
@interface AWSLambdaGetFunctionResponse
Swift
class AWSLambdaGetFunctionResponse
-
The deployment package of the function or version.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaFunctionCodeLocation *_Nullable code;
Swift
var code: AWSLambdaFunctionCodeLocation? { get set }
-
The function’s reserved concurrency.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaConcurrency *_Nullable concurrency;
Swift
var concurrency: AWSLambdaConcurrency? { get set }
-
The configuration of the function or version.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaFunctionConfiguration *_Nullable configuration;
Swift
var configuration: AWSLambdaFunctionConfiguration? { get set }
-
The function’s tags.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }