View source: R/ssmcontacts_operations.R
ssmcontacts_list_engagements | R Documentation |
Lists all engagements that have happened in an incident.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_engagements/ for full documentation.
ssmcontacts_list_engagements(
NextToken = NULL,
MaxResults = NULL,
IncidentId = NULL,
TimeRangeValue = NULL
)
NextToken |
The pagination token to continue to the next page of results. |
MaxResults |
The maximum number of engagements per page of results. |
IncidentId |
The Amazon Resource Name (ARN) of the incident you're listing engagements for. |
TimeRangeValue |
The time range to lists engagements for an incident. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.