Class: Aws::IoTTwinMaker::Types::ListScenesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListScenesRequest
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of results to display.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#workspace_id ⇒ String
The ID of the workspace that contains the scenes.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of results to display.
1853 1854 1855 1856 1857 1858 1859 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1853 class ListScenesRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
1853 1854 1855 1856 1857 1858 1859 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1853 class ListScenesRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the scenes.
1853 1854 1855 1856 1857 1858 1859 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1853 class ListScenesRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |