class Aws::DataPipeline::Types::Tag

Tags are key/value pairs defined by a user and associated with a pipeline to control access. AWS Data Pipeline allows you to associate ten tags per pipeline. For more information, see [Controlling User Access to Pipelines] in the *AWS Data Pipeline Developer Guide*.

[1]: docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html

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

data as a hash:

    {
      key: "tagKey", # required
      value: "tagValue", # required
    }

@!attribute [rw] key

The key name of a tag defined by a user. For more information, see
[Controlling User Access to Pipelines][1] in the *AWS Data Pipeline
Developer Guide*.

[1]: http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html
@return [String]

@!attribute [rw] value

The optional value portion of a tag defined by a user. For more
information, see [Controlling User Access to Pipelines][1] in the
*AWS Data Pipeline Developer Guide*.

[1]: http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Tag AWS API Documentation

Constants

SENSITIVE