GetAgentAgentVersionsResult

data class GetAgentAgentVersionsResult(val agentId: String, val agentVersionSummaries: List<GetAgentAgentVersionsAgentVersionSummary>? = null, val id: String)

A collection of values returned by getAgentAgentVersions.

Constructors

Link copied to clipboard
constructor(agentId: String, agentVersionSummaries: List<GetAgentAgentVersionsAgentVersionSummary>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

List of objects, each of which contains information about a version of the agent. See Agent Version Summaries

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.