SuggestModel

public struct SuggestModel : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of documents that were found to match the query string.

    Declaration

    Swift

    public let found: Int64?
  • The query string specified in the suggest request.

    Declaration

    Swift

    public let query: String?
  • The documents that match the query string.

    Declaration

    Swift

    public let suggestions: [SuggestionMatch]?
  • Undocumented

    Declaration

    Swift

    public init(found: Int64? = nil, query: String? = nil, suggestions: [SuggestionMatch]? = nil)