ListPhoneNumbersOptedOutResponse

public struct ListPhoneNumbersOptedOutResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

    Declaration

    Swift

    public let nextToken: String?
  • 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.

    Declaration

    Swift

    public let phoneNumbers: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, phoneNumbers: [String]? = nil)