class Aws::VoiceID::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

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

@!attribute [rw] tags

The list of tags to assign to the specified resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/TagResourceRequest AWS API Documentation

Constants

SENSITIVE