class Aws::DocDB::Types::RemoveTagsFromResourceMessage

Represents the input to RemoveTagsFromResource.

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

data as a hash:

    {
      resource_name: "String", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] resource_name

The Amazon DocumentDB resource that the tags are removed from. This
value is an Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] tag_keys

The tag key (name) of the tag to be removed.
@return [Array<String>]

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

Constants

SENSITIVE