@aws-sdk/client-appintegrations

ListDataIntegrationsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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