class Aws::IoTTwinMaker::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource.
@return [String]

@!attribute [rw] tags

Metadata to add to this resource.
@return [Hash<String,String>]

Constants

SENSITIVE