class Aws::Macie2::Types::TagResourceRequest

Specifies the tags (keys and values) to associate with a classification job, custom data identifier, findings filter, or member account.

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

data as a hash:

    {
      resource_arn: "__string", # required
      tags: { # required
        "__string" => "__string",
      },
    }

@!attribute [rw] resource_arn

@return [String]

@!attribute [rw] tags

A string-to-string map of key-value pairs that specifies the tags
(keys and values) for a classification job, custom data identifier,
findings filter, or member account.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE