getDevicePool

Gets information about a device pool.

Samples


fun main() { 
   //sampleStart 
   // The following example returns information about a specific device pool, given a project ARN.
val resp = deviceFarmClient.getDevicePool {
    arn = "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
} 
   //sampleEnd
}