class Aws::IoTTwinMaker::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource.
@return [String]

@!attribute [rw] tag_keys

A list of tag key names to remove from the resource. You don't
specify the value. Both the key and its associated value are
removed.
@return [Array<String>]

Constants

SENSITIVE