class Aws::GlueDataBrew::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The DataBrew resource to which tags should be added. The value for
this parameter is an Amazon Resource Name (ARN). For DataBrew, you
can tag a dataset, a job, a project, or a recipe.
@return [String]

@!attribute [rw] tags

One or more tags to be assigned to the resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/TagResourceRequest AWS API Documentation

Constants

SENSITIVE