AWSLambdaInvocationType
Objective-C
NS_ENUM(NSInteger, AWSLambdaInvocationType) {
AWSLambdaInvocationTypeUnknown,
AWSLambdaInvocationTypeEvent,
AWSLambdaInvocationTypeRequestResponse,
AWSLambdaInvocationTypeDryRun,
}
Swift
enum AWSLambdaInvocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeEventSwift
case event = 1 -
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeRequestResponseSwift
case requestResponse = 2 -
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeDryRunSwift
case dryRun = 3
View on GitHub
Install in Dash
AWSLambdaInvocationType Enumeration Reference