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.
2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2621 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.
2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2621 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.
2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2621 class ListScenesRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |