pinpointsmsvoicev2_describe_verified_destination_numbers {paws.customer.engagement} | R Documentation |
Retrieves the specified verified destination numbers
Description
Retrieves the specified verified destination numbers.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_verified_destination_numbers/ for full documentation.
Usage
pinpointsmsvoicev2_describe_verified_destination_numbers(
VerifiedDestinationNumberIds = NULL,
DestinationPhoneNumbers = NULL,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
VerifiedDestinationNumberIds |
An array of VerifiedDestinationNumberid to retrieve. |
DestinationPhoneNumbers |
An array of verified destination phone number, in E.164 format. |
Filters |
An array of VerifiedDestinationNumberFilter objects to filter the results. |
NextToken |
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request. |
MaxResults |
The maximum number of results to return per each request. |
[Package paws.customer.engagement version 0.9.0 Index]