ListPhoneNumbersOptedOutInput
public struct ListPhoneNumbersOptedOutInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil)