AWSLambdaListFunctionsResponse

Objective-C

@interface AWSLambdaListFunctionsResponse

Swift

class AWSLambdaListFunctionsResponse

A list of Lambda functions.

  • A list of Lambda functions.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLambdaFunctionConfiguration *> *_Nullable functions;

    Swift

    var functions: [AWSLambdaFunctionConfiguration]? { 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 }