SceneSummary

An object that contains information about a scene.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the scene.

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 scene description.

Link copied to clipboard

The ID of the scene.

Link copied to clipboard

The date and time when the scene was last updated.

Functions

Link copied to clipboard
inline fun copy(block: SceneSummary.Builder.() -> Unit = {}): SceneSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String