ssmcontacts_list_engagements {paws.management} | R Documentation |
Lists all engagements that have happened in an incident
Description
Lists all engagements that have happened in an incident.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_engagements/ for full documentation.
Usage
ssmcontacts_list_engagements(
NextToken = NULL,
MaxResults = NULL,
IncidentId = NULL,
TimeRangeValue = NULL
)
Arguments
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. |
[Package paws.management version 0.7.0 Index]