class Aws::Organizations::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_id: "TaggableResourceId", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_id

The ID of the resource to remove a tag from.

You can specify any of the following taggable resources.

* AWS account – specify the account ID number.

* Organizational unit – specify the OU ID that begins with `ou-` and
  looks similar to: `ou-1a2b-34uvwxyz `

* Root – specify the root ID that begins with `r-` and looks similar
  to: `r-1a2b `

* Policy – specify the policy ID that begins with `p-` andlooks
  similar to: `p-12abcdefg3 `
@return [String]

@!attribute [rw] tag_keys

The list of keys for tags to remove from the specified resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE