@aws-sdk/client-connect

ListInstancesCommandOutput Interface

The output of ListInstancesCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
InstanceSummaryList InstanceSummary[] | undefined

Information about the instances.

NextToken string | undefined

If there are additional results, this is the token for the next set of results.

Full Signature

export interface ListInstancesCommandOutput extends ListInstancesResponse, MetadataBearer