class Aws::IoTSiteWise::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 [ARN][1] of the resource to untag.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] tag_keys

A list of keys for tags to remove from the resource.
@return [Array<String>]

Constants

SENSITIVE