class Aws::ServiceCatalog::Types::Tag

Information about a tag. A tag is a key-value pair. Tags are propagated to the resources created when provisioning a product.

@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.
@return [String]

@!attribute [rw] value

The value for this key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/Tag AWS API Documentation

Constants

SENSITIVE