SearchAvailablePhoneNumbersRequest
public struct SearchAvailablePhoneNumbersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The area code used to filter results.
Declaration
Swift
public let areaCode: String?
-
The city used to filter results.
Declaration
Swift
public let city: String?
-
The country used to filter results.
Declaration
Swift
public let country: String?
-
The maximum number of results to return in a single call.
Declaration
Swift
public let maxResults: Int?
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
The state used to filter results.
Declaration
Swift
public let state: String?
-
The toll-free prefix that you use to filter results.
Declaration
Swift
public let tollFreePrefix: String?
-
Undocumented
Declaration
Swift
public init(areaCode: String? = nil, city: String? = nil, country: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, state: String? = nil, tollFreePrefix: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws