@aws-sdk/client-voice-id

ListFraudstersCommandOutput Interface

The output of ListFraudstersCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
FraudsterSummaries FraudsterSummary[] | undefined

A list that contains details about each fraudster in the Amazon Web Services account.

NextToken string | undefined

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

Full Signature

export interface ListFraudstersCommandOutput extends ListFraudstersResponse, MetadataBearer