class Aws::EFS::Types::Tag

A tag is a key-value pair. Allowed characters are letters, white space, and numbers that can be represented in UTF-8, and the following characters:` + - = . _ : /`.

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

data as a hash:

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

@!attribute [rw] key

The tag key (String). The key can't start with `aws:`.
@return [String]

@!attribute [rw] value

The value of the tag key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/Tag AWS API Documentation

Constants

SENSITIVE