class Aws::AppConfig::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource for which to remove tags.
@return [String]

@!attribute [rw] tag_keys

The tag keys to delete.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE