Class ListPhoneNumbersOptedOutResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The response from the
ListPhoneNumbersOptedOut
action.
public class ListPhoneNumbersOptedOutResponse : AmazonWebServiceResponse
- Inheritance
-
ListPhoneNumbersOptedOutResponse
Constructors
ListPhoneNumbersOptedOutResponse()
public ListPhoneNumbersOptedOutResponse()
Properties
NextToken
Gets and sets the property NextToken.
A
NextToken
string is returned when you call the ListPhoneNumbersOptedOut
action if additional records are available after the first page of results.
public string NextToken { get; set; }
Property Value
PhoneNumbers
Gets and sets the property PhoneNumbers.
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
public List<string> PhoneNumbers { get; set; }