AWSLambdaPutRuntimeManagementConfigResponse
Objective-C
@interface AWSLambdaPutRuntimeManagementConfigResponse
Swift
class AWSLambdaPutRuntimeManagementConfigResponse
-
The ARN of the function
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable functionArn;Swift
var functionArn: String? { get set } -
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise
nullis returned.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable runtimeVersionArn;Swift
var runtimeVersionArn: String? { get set } -
The runtime update mode.
Declaration
Objective-C
@property (nonatomic) AWSLambdaUpdateRuntimeOn updateRuntimeOn;Swift
var updateRuntimeOn: AWSLambdaUpdateRuntimeOn { get set }
View on GitHub
Install in Dash
AWSLambdaPutRuntimeManagementConfigResponse Class Reference