Class: Aws::IoTTwinMaker::Types::ListScenesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListScenesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#scene_summaries ⇒ Array<Types::SceneSummary>
A list of objects that contain information about the scenes.
Instance Attribute Details
#next_token ⇒ String
The string that specifies the next page of results.
2637 2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2637 class ListScenesResponse < Struct.new( :scene_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#scene_summaries ⇒ Array<Types::SceneSummary>
A list of objects that contain information about the scenes.
2637 2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2637 class ListScenesResponse < Struct.new( :scene_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |