ssmcontacts_list_pages_by_engagement {paws.management} | R Documentation |
Lists the engagements to contact channels that occurred by engaging a contact
Description
Lists the engagements to contact channels that occurred by engaging a contact.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_pages_by_engagement/ for full documentation.
Usage
ssmcontacts_list_pages_by_engagement(
EngagementId,
NextToken = NULL,
MaxResults = NULL
)
Arguments
EngagementId |
[required] The Amazon Resource Name (ARN) of the engagement. |
NextToken |
The pagination token to continue to the next page of results. |
MaxResults |
The maximum number of engagements to contact channels to list per page of results. |
[Package paws.management version 0.9.0 Index]