GetAgentStatusResult

data class GetAgentStatusResult(val agentStatusArn: String? = null, val description: String? = null, val displayOrder: Int? = null, val instanceArn: String? = null, val lastModifiedRegion: String? = null, val lastModifiedTime: Double? = null, val name: String? = null, val resetOrderNumber: Boolean? = null, val state: AgentStatusState? = null, val tags: List<Tag>? = null, val type: AgentStatusType? = null)

Constructors

Link copied to clipboard
constructor(agentStatusArn: String? = null, description: String? = null, displayOrder: Int? = null, instanceArn: String? = null, lastModifiedRegion: String? = null, lastModifiedTime: Double? = null, name: String? = null, resetOrderNumber: Boolean? = null, state: AgentStatusState? = null, tags: List<Tag>? = null, type: AgentStatusType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentStatusArn: String? = null

The Amazon Resource Name (ARN) of the agent status.

Link copied to clipboard
val description: String? = null

The description of the status.

Link copied to clipboard
val displayOrder: Int? = null

The display order of the status.

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard

Last modified region.

Link copied to clipboard

Last modified time.

Link copied to clipboard
val name: String? = null

The name of the status.

Link copied to clipboard

A number indicating the reset order of the agent status.

Link copied to clipboard
val state: AgentStatusState? = null

The state of the status.

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

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

Link copied to clipboard
val type: AgentStatusType? = null

The type of agent status.