class Aws::CloudFront::Types::UntagResourceRequest

The request to remove tags from a CloudFront resource.

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

data as a hash:

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

@!attribute [rw] resource

An ARN of a CloudFront resource.
@return [String]

@!attribute [rw] tag_keys

A complex type that contains zero or more `Tag` key elements.
@return [Types::TagKeys]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE