class Aws::Comprehend::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the given Amazon Comprehend
resource to which you want to associate the tags.
@return [String]

@!attribute [rw] tags

Tags being associated with a specific Amazon Comprehend resource.
There can be a maximum of 50 tags (both existing and pending)
associated with a specific resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/TagResourceRequest AWS API Documentation

Constants

SENSITIVE