View source: R/ssmincidents_operations.R
ssmincidents_list_incident_records | R Documentation |
Lists all incident records in your account. Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update.
See https://www.paws-r-sdk.com/docs/ssmincidents_list_incident_records/ for full documentation.
ssmincidents_list_incident_records(
filters = NULL,
maxResults = NULL,
nextToken = NULL
)
filters |
Filters the list of incident records you want to search through. You can filter on the following keys:
Note the following when when you use Filters:
|
maxResults |
The maximum number of results 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.