AWSLambdaListEventSourceMappingsResponse
Objective-C
@interface AWSLambdaListEventSourceMappingsResponse
Swift
class AWSLambdaListEventSourceMappingsResponse
-
A list of event source mappings.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLambdaEventSourceMappingConfiguration *> *_Nullable eventSourceMappings;Swift
var eventSourceMappings: [AWSLambdaEventSourceMappingConfiguration]? { get set } -
A pagination token that’s returned when the response doesn’t contain all event source mappings.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;Swift
var nextMarker: String? { get set }
View on GitHub
Install in Dash
AWSLambdaListEventSourceMappingsResponse Class Reference