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