Get Device Pool Result
data class GetDevicePoolResult(val arn: String? = null, val description: String? = null, val maxDevices: Int? = null, val name: String? = null, val rules: List<DevicePoolRule>? = null, val tags: List<DevicePoolTag>? = null)
Constructors
Link copied to clipboard
fun GetDevicePoolResult(arn: String? = null, description: String? = null, maxDevices: Int? = null, name: String? = null, rules: List<DevicePoolRule>? = null, tags: List<DevicePoolTag>? = null)