class Aws::Comprehend::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "ComprehendArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the given Amazon Comprehend
resource from which you want to remove the tags.
@return [String]

@!attribute [rw] tag_keys

The initial part of a key-value pair that forms a tag being removed
from a given resource. For example, a tag with "Sales" as the key
might be added to a resource to indicate its use by the sales
department. Keys must be unique and cannot be duplicated for a
particular resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE