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 null is 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 }