Get Agent Result
data class GetAgentResult(val agentArn: String? = null, val agentName: String? = null, val endpointType: AgentEndpointType? = null, val tags: List<AgentTag>? = null)
Constructors
Link copied to clipboard
fun GetAgentResult(agentArn: String? = null, agentName: String? = null, endpointType: AgentEndpointType? = null, tags: List<AgentTag>? = null)