GetSceneResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the scene.

Link copied to clipboard
val capabilities: List<String>? = null

A list of capabilities that the scene uses to render.

Link copied to clipboard
val contentLocation: String? = null

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
val description: String? = null

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
val tags: Map<String, String>? = null

A key-value pair to associate with a resource.

Link copied to clipboard
val updateDateTime: String? = null

The date and time of the current update.