ChannelInfo

A structure that encapsulates a signaling channel's metadata and properties.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the signaling channel.

Link copied to clipboard

The name of the signaling channel.

Link copied to clipboard

Current status of the signaling channel.

Link copied to clipboard

The type of the signaling channel.

Link copied to clipboard

The time at which the signaling channel was created.

Link copied to clipboard

A structure that contains the configuration for the SINGLE_MASTER channel type.

Link copied to clipboard

The current version of the signaling channel.

Functions

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