class Aws::ResourceGroups::Types::UntagInput

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

data as a hash:

    {
      arn: "GroupArn", # required
      keys: ["TagKey"], # required
    }

@!attribute [rw] arn

The ARN of the resource group from which to remove tags. The command
removed both the specified keys and any values associated with those
keys.
@return [String]

@!attribute [rw] keys

The keys of the tags to be removed.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/UntagInput AWS API Documentation

Constants

SENSITIVE