class Aws::StorageGateway::Types::Tag

A key-value pair that helps you manage, filter, and search for your resource. Allowed characters: letters, white space, and numbers, representable 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

Tag key. The key can't start with aws:.
@return [String]

@!attribute [rw] value

Value of the tag key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tag AWS API Documentation

Constants

SENSITIVE