@aws-sdk/client-ssm-incidents

ListIncidentRecordsCommandOutput Interface

Members

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

The details of each listed incident record.

nextToken string | undefined

The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.

Full Signature

export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOutput, MetadataBearer