- Navigation Guide
@aws-sdk/client-iotfleethub
ListApplicationsCommandOutput Interface
The output of ListApplicationsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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