GetStageResult

data class GetStageResult(val activeSessionId: String? = null, val arn: String? = null, val autoParticipantRecordingConfiguration: StageAutoParticipantRecordingConfiguration? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(activeSessionId: String? = null, arn: String? = null, autoParticipantRecordingConfiguration: StageAutoParticipantRecordingConfiguration? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeSessionId: String? = null

ID of the active session within the stage.

Link copied to clipboard
val arn: String? = null

Stage ARN is automatically generated on creation and assigned as the unique identifier.

Link copied to clipboard
val name: String? = null

Stage name

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.