class Aws::IoT1ClickProjects::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource whose tag you want to remove.
@return [String]

@!attribute [rw] tag_keys

The keys of those tags which you want to remove.
@return [Array<String>]

Constants

SENSITIVE