SearchContactsResponse

public struct SearchContactsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The contacts that meet the specified set of filter criteria, in sort order.

    Declaration

    Swift

    public let contacts: [ContactData]?
  • The token returned to indicate that there is more data available.

    Declaration

    Swift

    public let nextToken: String?
  • The total number of contacts returned.

    Declaration

    Swift

    public let totalCount: Int?
  • Undocumented

    Declaration

    Swift

    public init(contacts: [ContactData]? = nil, nextToken: String? = nil, totalCount: Int? = nil)