Class: Aws::CognitoIdentity::Types::DeleteIdentitiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DeleteIdentitiesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Input to the ‘DeleteIdentities` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_ids_to_delete ⇒ Array<String>
A list of 1-60 identities that you want to delete.
Instance Attribute Details
#identity_ids_to_delete ⇒ Array<String>
A list of 1-60 identities that you want to delete.
169 170 171 172 173 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 169 class DeleteIdentitiesInput < Struct.new( :identity_ids_to_delete) SENSITIVE = [] include Aws::Structure end |