SearchIndexResponse
public struct SearchIndexResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token used to get the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String? -
The thing groups that match the search query.
Declaration
Swift
public let thingGroups: [ThingGroupDocument]? -
The things that match the search query.
Declaration
Swift
public let things: [ThingDocument]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, thingGroups: [ThingGroupDocument]? = nil, things: [ThingDocument]? = nil)
View on GitHub
SearchIndexResponse Structure Reference