class Aws::TranscribeService::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the Amazon Transcribe resource you
want to tag.
@return [String]

@!attribute [rw] tags

The tags you are assigning to a given Amazon Transcribe resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/TagResourceRequest AWS API Documentation

Constants

SENSITIVE