class Aws::ApplicationDiscoveryService::Types::Tag

Metadata that help you categorize IT assets.

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

data as a hash:

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

@!attribute [rw] key

The type of tag on which to filter.
@return [String]

@!attribute [rw] value

A value for a tag key on which to filter.
@return [String]

Constants

SENSITIVE