class Aws::CodeGuruProfiler::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "ProfilingGroupArn", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource that contains the
tags to remove.
@return [String]

@!attribute [rw] tag_keys

A list of tag keys. Existing tags of resources with keys in this
list are removed from the specified resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE