ITextractListAdaptersRequest
Interface in AWS.Textract
Interface for ListAdapters requests.
Ancestors
Properties
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.