class Aws::DocDB::Types::AddTagsToResourceMessage

Represents the input to AddTagsToResource.

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

data as a hash:

    {
      resource_name: "String", # required
      tags: [ # required
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] resource_name

The Amazon DocumentDB resource that the tags are added to. This
value is an Amazon Resource Name .
@return [String]

@!attribute [rw] tags

The tags to be assigned to the Amazon DocumentDB resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/AddTagsToResourceMessage AWS API Documentation

Constants

SENSITIVE