AWSLambdaUntagResourceRequest

Objective-C

@interface AWSLambdaUntagResourceRequest

Swift

class AWSLambdaUntagResourceRequest
  • The function’s Amazon Resource Name (ARN).

    Declaration

    Objective-C

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

    Swift

    var resource: String? { get set }
  • A list of tag keys to remove from the function.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;

    Swift

    var tagKeys: [String]? { get set }