class Aws::CodeStarconnections::Types::Tag

A tag is a key-value pair that is used to manage the resource.

This tag is available for use by AWS services that support tags.

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

@!attribute [rw] value

The tag's value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/Tag AWS API Documentation

Constants

SENSITIVE