Class: Aws::IoTTwinMaker::Types::DeleteSceneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteSceneRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Note:
When making an API call, you may pass DeleteSceneRequest data as a hash:
{
workspace_id: "Id", # required
scene_id: "Id", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scene_id ⇒ String
The ID of the scene to delete.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#scene_id ⇒ String
The ID of the scene to delete.
1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1419 class DeleteSceneRequest < Struct.new( :workspace_id, :scene_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1419 class DeleteSceneRequest < Struct.new( :workspace_id, :scene_id) SENSITIVE = [] include Aws::Structure end |