AgentSummary

A summary of an agent, including its identifier, name, and metadata.

Types

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

Properties

Link copied to clipboard

The unique identifier for the agent.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the agent.

Link copied to clipboard

The date and time that the agent was created.

Link copied to clipboard

A description of the agent.

Link copied to clipboard

The icon identifier for the agent.

Link copied to clipboard

The name of the agent.

Link copied to clipboard

The date and time that the agent was last updated.

Functions

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