class Aws::Lambda::Types::TagResourceRequest

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

data as a hash:

    {
      resource: "FunctionArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource

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

@!attribute [rw] tags

A list of tags to apply to the function.
@return [Hash<String,String>]

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

Constants

SENSITIVE