class Aws::LookoutEquipment::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the specific resource to which the
tag should be associated.
@return [String]

@!attribute [rw] tags

The tag or tags to be associated with a specific resource. Both the
tag key and value are specified.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/TagResourceRequest AWS API Documentation

Constants

SENSITIVE