Caller

sealed class Caller

Details about a caller.

Inheritors

Types

Link copied to clipboard
data class AgentAliasArn(val value: String) : Caller

The caller's agent alias ARN.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this Caller as a AgentAliasArn and retrieves its kotlin.String value. Throws an exception if the Caller is not a AgentAliasArn.

Link copied to clipboard

Casts this Caller as a AgentAliasArn and retrieves its kotlin.String value. Returns null if the Caller is not a AgentAliasArn.