- Navigation Guide
@aws-sdk/client-pinpoint
GetJourneyRunsCommandOutput Interface
The output of GetJourneyRunsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
JourneyRunsResponse Required | JourneyRunsResponse | undefined | Provides information from all runs of a journey. |
Full Signature
export interface GetJourneyRunsCommandOutput extends GetJourneyRunsResponse, MetadataBearer