ListPhoneNumbersResponse
public struct ListPhoneNumbersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If there are additional results, this is the token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Information about the phone numbers.
Declaration
Swift
public let phoneNumberSummaryList: [PhoneNumberSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, phoneNumberSummaryList: [PhoneNumberSummary]? = nil)
View on GitHub
ListPhoneNumbersResponse Structure Reference