class Aws::IoTSiteWise::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The [ARN][1] of the resource to tag.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] tags

A list of key-value pairs that contain metadata for the resource.
For more information, see [Tagging your IoT SiteWise resources][1]
in the *IoT SiteWise User Guide*.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
@return [Hash<String,String>]

Constants

SENSITIVE