Class: Aws::IoTTwinMaker::Types::DeleteSceneRequest

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 to delete.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1080

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

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1080

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