class Aws::Cloud9::Types::Tag

Metadata that is associated with Amazon Web Services resources. In particular, a name-value pair that can be associated with an Cloud9 development environment. There are two types of tags: *user tags* and *system tags*. A user tag is created by the user. A system tag is automatically created by Amazon Web Services services. A system tag is prefixed with `“aws:”` and cannot be modified by the user.

@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** part of a tag.
@return [String]

@!attribute [rw] value

The **value** part of a tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/Tag AWS API Documentation

Constants

SENSITIVE