class Aws::CognitoIdentity::Types::ListIdentitiesInput
Input to the ListIdentities action.
@note When making an API call, you may pass ListIdentitiesInput
data as a hash: { identity_pool_id: "IdentityPoolId", # required max_results: 1, # required next_token: "PaginationKey", hide_disabled: false, }
@!attribute [rw] identity_pool_id
An identity pool ID in the format REGION:GUID. @return [String]
@!attribute [rw] max_results
The maximum number of identities to return. @return [Integer]
@!attribute [rw] next_token
A pagination token. @return [String]
@!attribute [rw] hide_disabled
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentitiesInput AWS API Documentation
Constants
- SENSITIVE