class Aws::Kendra::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the index, FAQ, or data source to
remove the tag from.
@return [String]

@!attribute [rw] tag_keys

A list of tag keys to remove from the index, FAQ, or data source. If
a tag key does not exist on the resource, it is ignored.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE