Class: Aws::IoTThingsGraph::Types::SearchThingsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string to specify as nextToken when you request the next page of results.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1268

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

#thingsArray<Types::Thing>

An array of things in the result set.

Returns:



1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1268

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