AppInstance

The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.

Types

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

Properties

Link copied to clipboard

The ARN of the messaging instance.

Link copied to clipboard

The time at which an AppInstance was created. In epoch milliseconds.

Link copied to clipboard

The time an AppInstance was last updated. In epoch milliseconds.

Link copied to clipboard

The metadata of an AppInstance.

Link copied to clipboard
val name: String?

The name of an AppInstance.

Functions

Link copied to clipboard
inline fun copy(block: AppInstance.Builder.() -> Unit = {}): AppInstance
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