AWSLambdaGetEventSourceMappingRequest

Objective-C

@interface AWSLambdaGetEventSourceMappingRequest

Swift

class AWSLambdaGetEventSourceMappingRequest
  • The identifier of the event source mapping.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable UUID;

    Swift

    var uuid: String? { get set }