class Aws::ElasticBeanstalk::Types::UpdateTagsForResourceMessage

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

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tags_to_add: [
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
      tags_to_remove: ["TagKey"],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resouce to be updated.

Must be the ARN of an Elastic Beanstalk resource.
@return [String]

@!attribute [rw] tags_to_add

A list of tags to add or update. If a key of an existing tag is
added, the tag's value is updated.

Specify at least one of these parameters: `TagsToAdd`,
`TagsToRemove`.
@return [Array<Types::Tag>]

@!attribute [rw] tags_to_remove

A list of tag keys to remove. If a tag key doesn't exist, it is
silently ignored.

Specify at least one of these parameters: `TagsToAdd`,
`TagsToRemove`.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateTagsForResourceMessage AWS API Documentation

Constants

SENSITIVE