class Aws::LexModelBuildingService::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 resource to remove the tags
from.
@return [String]

@!attribute [rw] tag_keys

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

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE