class Aws::IoTAnalytics::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource whose tags 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