ssmincidents_list_related_items {paws.management} | R Documentation |
List all related items for an incident record
Description
List all related items for an incident record.
See https://www.paws-r-sdk.com/docs/ssmincidents_list_related_items/ for full documentation.
Usage
ssmincidents_list_related_items(
incidentRecordArn,
maxResults = NULL,
nextToken = NULL
)
Arguments
incidentRecordArn |
[required] The Amazon Resource Name (ARN) of the incident record containing the listed related items. |
maxResults |
The maximum number of related items per page. |
nextToken |
The pagination token for the next set of items to return. (You received this token from a previous call.) |
[Package paws.management version 0.9.0 Index]