Class: Aws::IoTThingsGraph::Types::SearchEntitiesResponse

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

#descriptionsArray<Types::EntityDescription>

An array of descriptions for each entity returned in the search result.

Returns:



1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1048

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

#next_tokenString

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

Returns:

  • (String)


1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1048

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