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