class Aws::DataPipeline::Types::AddTagsInput

Contains the parameters for AddTags.

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

data as a hash:

    {
      pipeline_id: "id", # required
      tags: [ # required
        {
          key: "tagKey", # required
          value: "tagValue", # required
        },
      ],
    }

@!attribute [rw] pipeline_id

The ID of the pipeline.
@return [String]

@!attribute [rw] tags

The tags to add, as key/value pairs.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE