class Aws::CognitoIdentityProvider::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "ArnType", # required
      tags: { # required
        "TagKeysType" => "TagValueType",
      },
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tags

The tags to assign to the user pool.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/TagResourceRequest AWS API Documentation

Constants

SENSITIVE