@aws-sdk/client-iotfleethub

ListApplicationsCommandOutput Interface

Members

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

An array of objects that provide summaries of information about the web applications in the list.

nextToken string | undefined

A token used to get the next set of results.

Full Signature

export interface ListApplicationsCommandOutput extends ListApplicationsResponse, MetadataBearer