Class: Aws::IoTTwinMaker::Types::ListScenesResponse

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

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2637
2638
2639
2640
2641
2642
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2637

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

#scene_summariesArray<Types::SceneSummary>

A list of objects that contain information about the scenes.

Returns:



2637
2638
2639
2640
2641
2642
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2637

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