class Aws::IoTWireless::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 of the resource to remove tags from.
@return [String]

@!attribute [rw] tag_keys

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

Constants

SENSITIVE