class Aws::ConnectWisdomService::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource.
@return [String]

@!attribute [rw] tag_keys

The tag keys.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE