AWSLambdaListTagsRequest

Objective-C

@interface AWSLambdaListTagsRequest

Swift

class AWSLambdaListTagsRequest
  • The function’s Amazon Resource Name (ARN). Note: Lambda does not support adding tags to aliases or versions.

    Declaration

    Objective-C

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

    Swift

    var resource: String? { get set }