Class: Aws::IoTTwinMaker::Types::GetSceneRequest

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

#scene_idString

The ID of the scene.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1943

class GetSceneRequest < Struct.new(
  :workspace_id,
  :scene_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the scene.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1943

class GetSceneRequest < Struct.new(
  :workspace_id,
  :scene_id)
  SENSITIVE = []
  include Aws::Structure
end