Class: Aws::IoTTwinMaker::Types::ListEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListEntitiesResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_summaries ⇒ Array<Types::EntitySummary>
A list of objects that contain information about the entities.
-
#next_token ⇒ String
The string that specifies the next page of results.
Instance Attribute Details
#entity_summaries ⇒ Array<Types::EntitySummary>
A list of objects that contain information about the entities.
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_token ⇒ String
The string that specifies the next page of results.
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 |