- Navigation Guide
@aws-sdk/client-appintegrations
ListDataIntegrationsCommandOutput Interface
The output of ListDataIntegrationsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
DataIntegrations | DataIntegrationSummary[] | undefined | The DataIntegrations associated with this account. |
NextToken | string | undefined | If there are additional results, this is the token for the next set of results. |
Full Signature
export interface ListDataIntegrationsCommandOutput extends ListDataIntegrationsResponse, MetadataBearer