class Aws::IoTTwinMaker::Types::CreateSceneRequest
@note When making an API call, you may pass CreateSceneRequest
data as a hash: { capabilities: ["SceneCapability"], content_location: "S3Url", # required description: "Description", scene_id: "Id", # required tags: { "TagKey" => "TagValue", }, workspace_id: "Id", # required }
@!attribute [rw] capabilities
A list of capabilities that the scene uses to render itself. @return [Array<String>]
@!attribute [rw] content_location
The relative path that specifies the location of the content definition file. @return [String]
@!attribute [rw] description
The description for this scene. @return [String]
@!attribute [rw] scene_id
The ID of the scene. @return [String]
@!attribute [rw] tags
Metadata that you can use to manage the scene. @return [Hash<String,String>]
@!attribute [rw] workspace_id
The ID of the workspace that contains the scene. @return [String]
Constants
- SENSITIVE