The input for ListAdaptersCommand.

interface ListAdaptersCommandInput {
    AfterCreationTime?: Date;
    BeforeCreationTime?: Date;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

AfterCreationTime?: Date

Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.

BeforeCreationTime?: Date

Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.

MaxResults?: number

The maximum number of results to return when listing adapters.

NextToken?: string

Identifies the next page of results to return when listing adapters.