class Aws::VoiceID::Types::Tag

A tag that can be assigned to a Voice ID resource.

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

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

The first part of a key:value pair that forms a tag associated with
a given resource. For example, in the tag ‘Department’:’Sales’, the
key is 'Department'.
@return [String]

@!attribute [rw] value

The second part of a key:value pair that forms a tag associated with
a given resource. For example, in the tag ‘Department’:’Sales’, the
value is 'Sales'.
@return [String]

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

Constants

SENSITIVE