SearchResponse
public struct SearchResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.
Declaration
Swift
public let nextToken: String? -
A list of SearchRecord objects.
Declaration
Swift
public let results: [SearchRecord]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, results: [SearchRecord]? = nil)
View on GitHub
SearchResponse Structure Reference