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

Class: Aws::ResourceGroups::Types::UntagInput

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

Overview

Note:

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

{
  arn: "GroupArn", # required
  keys: ["TagKey"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.

Returns:

  • (String)

    The ARN of the resource group from which to remove tags.

#keysArray<String>

The keys of the tags to be removed.

Returns:

  • (Array<String>)

    The keys of the tags to be removed.