ListPhoneNumbersRequest
public struct ListPhoneNumbersRequest : AWSShape
extension Chime.ListPhoneNumbersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The filter to use to limit the number of results.
Declaration
Swift
public let filterName: PhoneNumberAssociationName?
-
The value to use for the filter.
Declaration
Swift
public let filterValue: 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 phone number product type.
Declaration
Swift
public let productType: PhoneNumberProductType?
-
The phone number status.
Declaration
Swift
public let status: PhoneNumberStatus?
-
Undocumented
Declaration
Swift
public init(filterName: PhoneNumberAssociationName? = nil, filterValue: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, productType: PhoneNumberProductType? = nil, status: PhoneNumberStatus? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Chime.ListPhoneNumbersRequest