Class: Aws::IoT::Types::SearchIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The search index name.

Returns:

  • (String)


15247
15248
15249
15250
15251
15252
15253
15254
15255
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15247

class SearchIndexRequest < Struct.new(
  :index_name,
  :query_string,
  :next_token,
  :max_results,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page at one time. This maximum number cannot exceed 100. The response might contain fewer results but will never contain more. You can use nextToken to retrieve the next set of results until nextToken returns NULL.

Returns:

  • (Integer)


15247
15248
15249
15250
15251
15252
15253
15254
15255
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15247

class SearchIndexRequest < Struct.new(
  :index_name,
  :query_string,
  :next_token,
  :max_results,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


15247
15248
15249
15250
15251
15252
15253
15254
15255
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15247

class SearchIndexRequest < Struct.new(
  :index_name,
  :query_string,
  :next_token,
  :max_results,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The search query string. For more information about the search query syntax, see Query syntax.

Returns:

  • (String)


15247
15248
15249
15250
15251
15252
15253
15254
15255
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15247

class SearchIndexRequest < Struct.new(
  :index_name,
  :query_string,
  :next_token,
  :max_results,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#query_versionString

The query version.

Returns:

  • (String)


15247
15248
15249
15250
15251
15252
15253
15254
15255
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15247

class SearchIndexRequest < Struct.new(
  :index_name,
  :query_string,
  :next_token,
  :max_results,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end