class Aws::LookoutforVision::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "TagArn", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the model to assign the tags.
@return [String]

@!attribute [rw] tags

The key-value tags to assign to the model.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/TagResourceRequest AWS API Documentation

Constants

SENSITIVE