SearchIndexRequest
public struct SearchIndexRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The search index name.
Declaration
Swift
public let indexName: String?
-
The maximum number of results to return at one time.
Declaration
Swift
public let maxResults: Int?
-
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 search query string.
Declaration
Swift
public let queryString: String
-
The query version.
Declaration
Swift
public let queryVersion: String?
-
Undocumented
Declaration
Swift
public init(indexName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, queryString: String, queryVersion: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws