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:



2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2478

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)


2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2478

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