class Aws::IoT::Types::SearchIndexRequest


@return [String]
The query version.
@!attribute [rw] query_version
@return [Integer]
The maximum number of results to return at one time.
@!attribute [rw] max_results
@return [String]
are no additional results.
The token used to get the next set of results, or ‘null` if there
@!attribute [rw] next_token
@return [String]
The search query string.
@!attribute [rw] query_string
@return [String]
The search index name.
@!attribute [rw] index_name
}
query_version: “QueryVersion”,
max_results: 1,
next_token: “NextToken”,
query_string: “QueryString”, # required
index_name: “IndexName”,
{
data as a hash:
@note When making an API call, you may pass SearchIndexRequest