You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::DeleteIdentitiesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteIdentitiesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  identity_ids_to_delete: ["IdentityId"], # required
}

Input to the DeleteIdentities action.

Instance Attribute Summary collapse

Instance Attribute Details

#identity_ids_to_deleteArray<String>

A list of 1-60 identities that you want to delete.

Returns:

  • (Array<String>)

    A list of 1-60 identities that you want to delete.