class Aws::IoT1ClickProjects::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "ProjectArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The ARN of the resouce for which tag(s) should be added or modified.
@return [String]

@!attribute [rw] tags

The new or modifying tag(s) for the resource. See [AWS IoT 1-Click
Service Limits][1] for the maximum number of tags allowed per
resource.

[1]: https://docs.aws.amazon.com/iot-1-click/latest/developerguide/1click-appendix.html#1click-limits
@return [Hash<String,String>]

Constants

SENSITIVE