class Aws::DataPipeline::Types::RemoveTagsInput

Contains the parameters for RemoveTags.

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

data as a hash:

    {
      pipeline_id: "id", # required
      tag_keys: ["string"], # required
    }

@!attribute [rw] pipeline_id

The ID of the pipeline.
@return [String]

@!attribute [rw] tag_keys

The keys of the tags to remove.
@return [Array<String>]

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

Constants

SENSITIVE