class Aws::XRay::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
@return [String]

@!attribute [rw] tag_keys

Keys for one or more tags that you want to remove from an X-Ray
group or sampling rule.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE