class Aws::Transfer::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] arn

An Amazon Resource Name (ARN) for a specific Amazon Web Services
resource, such as a server, user, or role.
@return [String]

@!attribute [rw] tags

Key-value pairs assigned to ARNs that you can use to group and
search for resources by type. You can attach this metadata to user
accounts for any purpose.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TagResourceRequest AWS API Documentation

Constants

SENSITIVE