Get Scene Result
data class GetSceneResult(val arn: String? = null, val capabilities: List<String>? = null, val contentLocation: String? = null, val creationDateTime: String? = null, val description: String? = null, val generatedSceneMetadata: Map<String, String>? = null, val sceneMetadata: Map<String, String>? = null, val tags: Map<String, String>? = null, val updateDateTime: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, capabilities: List<String>? = null, contentLocation: String? = null, creationDateTime: String? = null, description: String? = null, generatedSceneMetadata: Map<String, String>? = null, sceneMetadata: Map<String, String>? = null, tags: Map<String, String>? = null, updateDateTime: String? = null)
Properties
Link copied to clipboard
A list of capabilities that the scene uses to render.
Link copied to clipboard
The relative path that specifies the location of the content definition file.
Link copied to clipboard
The date and time when the scene was created.
Link copied to clipboard
The description of the scene.
Link copied to clipboard
A key-value pair of generated scene metadata for the scene.
Link copied to clipboard
A key-value pair of scene metadata for the scene.
Link copied to clipboard
The date and time of the current update.