ListPhoneNumbersResponse
public struct ListPhoneNumbersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
The phone number details.
Declaration
Swift
public let phoneNumbers: [PhoneNumber]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, phoneNumbers: [PhoneNumber]? = nil)