Class: Aws::Types::GetSceneRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSceneRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def scene_id @scene_id end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
578 579 580 |
# File 'sig/types.rbs', line 578 def workspace_id @workspace_id end |