class Aws::CognitoIdentityProvider::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "ArnType", # required
      tag_keys: ["TagKeysType"], # required
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tag_keys

The keys of the tags to remove from the user pool.
@return [Array<String>]

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

Constants

SENSITIVE