AWSLambdaListAliasesResponse

Objective-C

@interface AWSLambdaListAliasesResponse

Swift

class AWSLambdaListAliasesResponse
  • A list of aliases.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLambdaAliasConfiguration *> *_Nullable aliases;

    Swift

    var aliases: [AWSLambdaAliasConfiguration]? { 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 }