Get Agent Status Result
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)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the agent status.
Link copied to clipboard
The description of the status.
Link copied to clipboard
The display order of the status.
Link copied to clipboard
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
A number indicating the reset order of the agent status.
Link copied to clipboard
The state of the status.
Link copied to clipboard
The type of agent status.