The output of ListAdaptersCommand.

interface ListAdaptersCommandOutput {
    $metadata: ResponseMetadata;
    Adapters?: AdapterOverview[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.