ssmcontacts_list_pages_by_contact {paws.management} | R Documentation |
Lists the engagements to a contact's contact channels
Description
Lists the engagements to a contact's contact channels.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_pages_by_contact/ for full documentation.
Usage
ssmcontacts_list_pages_by_contact(
ContactId,
NextToken = NULL,
MaxResults = NULL
)
Arguments
ContactId |
[required] The Amazon Resource Name (ARN) of the contact you are retrieving engagements for. |
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.7.0 Index]