class Aws::CognitoIdentity::Types::UntagResourceInput

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the identity pool.
@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-identity-2014-06-30/UntagResourceInput AWS API Documentation

Constants

SENSITIVE