class Aws::CodePipeline::Types::Tag

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

@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/codepipeline-2015-07-09/Tag AWS API Documentation

Constants

SENSITIVE