ssmcontacts_list_contact_channels: Lists all contact channels for the specified contact

View source: R/ssmcontacts_operations.R

ssmcontacts_list_contact_channelsR Documentation

Lists all contact channels for the specified contact

Description

Lists all contact channels for the specified contact.

See https://www.paws-r-sdk.com/docs/ssmcontacts_list_contact_channels/ for full documentation.

Usage

ssmcontacts_list_contact_channels(
  ContactId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ContactId

[required] The Amazon Resource Name (ARN) of the contact.

NextToken

The pagination token to continue to the next page of results.

MaxResults

The maximum number of contact channels per page.


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