class Aws::Lambda::Types::UntagResourceRequest

@note When making an API call, you may pass UntagResourceRequest

data as a hash:

    {
      resource: "FunctionArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource

The function's Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] tag_keys

A list of tag keys to remove from the function.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE