class Aws::Organizations::Types::TagResourceRequest

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

data as a hash:

    {
      resource_id: "TaggableResourceId", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_id

The ID of the resource to add a tag to.
@return [String]

@!attribute [rw] tags

A list of tags to add to the specified resource.

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 `

For each tag in the list, you must specify both a tag key and a
value. You can set the value to an empty string, but you can't set
it to `null`.

<note markdown="1"> If any one of the tags is invalid or if you exceed the allowed
number of tags for an account user, then the entire request fails
and the account is not created.

 </note>
@return [Array<Types::Tag>]

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

Constants

SENSITIVE