You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.

Returns:

  • (String)

    The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.

#tag_keysArray<String>

Keys for one or more tags that you want to remove from an X-Ray group or sampling rule.

Returns:

  • (Array<String>)

    Keys for one or more tags that you want to remove from an X-Ray group or sampling rule.