class Aws::ResourceGroupsTaggingAPI::Types::UntagResourcesInput

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

data as a hash:

    {
      resource_arn_list: ["ResourceARN"], # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn_list

Specifies a list of ARNs of the resources that you want to remove
tags from.

An ARN (Amazon Resource Name) uniquely identifies a resource. For
more information, see [Amazon Resource Names (ARNs) and AWS Service
Namespaces][1] in the *AWS General Reference*.

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

@!attribute [rw] tag_keys

Specifies a list of tag keys that you want to remove from the
specified resources.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/UntagResourcesInput AWS API Documentation

Constants

SENSITIVE