class Aws::AppMesh::Types::TagResourceInput

<zonbook />

<xhtml />

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

data as a hash:

    {
      resource_arn: "Arn", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to add tags to.
@return [String]

@!attribute [rw] tags

The tags to add to the resource. A tag is an array of key-value
pairs. Tag keys can have a maximum character length of 128
characters, and tag values can have a maximum length of 256
characters.
@return [Array<Types::TagRef>]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/TagResourceInput AWS API Documentation

Constants

SENSITIVE