SearchAddressBooksResponse
public struct SearchAddressBooksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The address books that meet the specified set of filter criteria, in sort order.
Declaration
Swift
public let addressBooks: [AddressBookData]? -
The token returned to indicate that there is more data available.
Declaration
Swift
public let nextToken: String? -
The total number of address books returned.
Declaration
Swift
public let totalCount: Int? -
Undocumented
Declaration
Swift
public init(addressBooks: [AddressBookData]? = nil, nextToken: String? = nil, totalCount: Int? = nil)
View on GitHub
SearchAddressBooksResponse Structure Reference