Skip to content

Instantly share code, notes, and snippets.

@horie1024
Created October 14, 2015 01:52
Show Gist options
  • Save horie1024/b7bdca750bd140567f7c to your computer and use it in GitHub Desktop.
Save horie1024/b7bdca750bd140567f7c to your computer and use it in GitHub Desktop.
resp = devicefarm.list_device_pools({
arn: "プロジェクトのARN"
})
# DevicePoolのARN(後ほど使用)
# Defaultを使用するのでdevice_pools[0]を使用
device_pool_arn = resp.device_pools[0].arn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment