class Aws::LicenseManager::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      tags: [ # required
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] resource_arn

Amazon Resource Name (ARN) of the license configuration.
@return [String]

@!attribute [rw] tags

One or more tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE