class Aws::Rekognition::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

Amazon Resource Name (ARN) of the model, collection, or stream
processor that you want to remove the tags from.
@return [String]

@!attribute [rw] tag_keys

A list of the tags that you want to remove.
@return [Array<String>]

Constants

SENSITIVE