Class: Aws::IoTTwinMaker::Types::DeleteSceneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteSceneRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
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.
1080 1081 1082 1083 1084 1085 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1080 class DeleteSceneRequest < Struct.new( :workspace_id, :scene_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
1080 1081 1082 1083 1084 1085 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1080 class DeleteSceneRequest < Struct.new( :workspace_id, :scene_id) SENSITIVE = [] include Aws::Structure end |