Class: Aws::IoTTwinMaker::Types::GetSceneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetSceneRequest
- 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.
-
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
Instance Attribute Details
#scene_id ⇒ String
The ID of the scene.
1943 1944 1945 1946 1947 1948 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1943 class GetSceneRequest < Struct.new( :workspace_id, :scene_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
1943 1944 1945 1946 1947 1948 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1943 class GetSceneRequest < Struct.new( :workspace_id, :scene_id) SENSITIVE = [] include Aws::Structure end |