Skip to main content

ITextractListAdapterVersionsRequest

Interface in AWS.Textract

Interface for ListAdapterVersions requests.

Ancestors

Properties

AdapterId

property AdapterId: string

Specify the unique identifier of an adapter to list versions for.

AfterCreationTime

property AfterCreationTime: TOptional<TDateTime>

Specify to only include adapters created after a given date and time.

BeforeCreationTime

property BeforeCreationTime: TOptional<TDateTime>

Specify to only include adapters created before a given date and time.

MaxResults

property MaxResults: TOptional<Integer>

Specify the maximum number of results to return per request.

NextToken

property NextToken: string

Specify a NextToken returned from a previous call to retrieve more results.