AWSLambdaListFunctionEventInvokeConfigsResponse
Objective-C
@interface AWSLambdaListFunctionEventInvokeConfigsResponse
Swift
class AWSLambdaListFunctionEventInvokeConfigsResponse
-
A list of configurations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLambdaFunctionEventInvokeConfig *> *_Nullable functionEventInvokeConfigs;
Swift
var functionEventInvokeConfigs: [AWSLambdaFunctionEventInvokeConfig]? { get set }
-
The pagination token that’s included if more results are available.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }