Class: Aws::IoT::Types::SearchIndexResponse

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

#next_tokenString

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

Returns:

  • (String)


13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13619

class SearchIndexResponse < Struct.new(
  :next_token,
  :things,
  :thing_groups)
  SENSITIVE = []
  include Aws::Structure
end

#thing_groupsArray<Types::ThingGroupDocument>

The thing groups that match the search query.

Returns:



13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13619

class SearchIndexResponse < Struct.new(
  :next_token,
  :things,
  :thing_groups)
  SENSITIVE = []
  include Aws::Structure
end

#thingsArray<Types::ThingDocument>

The things that match the search query.

Returns:



13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13619

class SearchIndexResponse < Struct.new(
  :next_token,
  :things,
  :thing_groups)
  SENSITIVE = []
  include Aws::Structure
end