Class: Aws::IoTTwinMaker::Types::ListScenesRequest

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

#max_resultsInteger

Specifies the maximum number of results to display.

Returns:

  • (Integer)


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_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


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_idString

The ID of the workspace that contains the scenes.

Returns:

  • (String)


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