interface ListAdaptersResponse {
    Adapters?: AdapterOverview[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

Adapters?: AdapterOverview[]

A list of adapters that matches the filtering criteria specified when calling ListAdapters.

NextToken?: string

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