class Aws::CloudDirectory::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. Tagging is only
supported for directories.
@return [String]

@!attribute [rw] tag_keys

Keys of the tag that need to be removed from the resource.
@return [Array<String>]

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

Constants

SENSITIVE