Class: Aws::IoTTwinMaker::Types::ListEntitiesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_summariesArray<Types::EntitySummary>

A list of objects that contain information about the entities.

Returns:



1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1856

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

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1856

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