class Aws::Transfer::Types::Tag
Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes. You can apply tags to servers, users, and roles. A tag key can take more than one value. For example, to group servers for accounting purposes, you might create a tag called `Group` and assign the values `Research` and `Accounting` to that group.
@note When making an API call, you may pass Tag
data as a hash: { key: "TagKey", # required value: "TagValue", # required }
@!attribute [rw] key
The name assigned to the tag that you create. @return [String]
@!attribute [rw] value
Contains one or more values that you assigned to the key name you create. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/Tag AWS API Documentation
Constants
- SENSITIVE