ssmcontacts_list_engagements: Lists all engagements that have happened in an incident

View source: R/ssmcontacts_operations.R

ssmcontacts_list_engagementsR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.