AWSLambdaListFunctionUrlConfigsResponse

Objective-C

@interface AWSLambdaListFunctionUrlConfigsResponse

Swift

class AWSLambdaListFunctionUrlConfigsResponse
  • A list of function URL configurations.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLambdaFunctionUrlConfig *> *_Nullable functionUrlConfigs;

    Swift

    var functionUrlConfigs: [AWSLambdaFunctionUrlConfig]? { 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 }