class Aws::SMS::Types::Tag

Key/value pair that can be assigned to an application.

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

data as a hash:

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

@!attribute [rw] key

The tag key.
@return [String]

@!attribute [rw] value

The tag value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/Tag AWS API Documentation

Constants

SENSITIVE