View source: R/ssmincidents_operations.R
ssmincidents_list_related_items | R Documentation |
List all related items for an incident record.
See https://www.paws-r-sdk.com/docs/ssmincidents_list_related_items/ for full documentation.
ssmincidents_list_related_items(
incidentRecordArn,
maxResults = NULL,
nextToken = NULL
)
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.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.