Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. resp = devicefarm.list_device_pools({
  2. arn: "プロジェクトのARN"
  3. })
  4.  
  5. # DevicePoolのARN(後ほど使用)
  6. # Defaultを使用するのでdevice_pools[0]を使用
  7. device_pool_arn = resp.device_pools[0].arn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement