class Aws::SNS::Types::Tag

The list of tags to be added to the specified topic.

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

data as a hash:

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

@!attribute [rw] key

The required key portion of the tag.
@return [String]

@!attribute [rw] value

The optional value portion of the tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Tag AWS API Documentation

Constants

SENSITIVE