Created
October 14, 2015 01:52
-
-
Save horie1024/b7bdca750bd140567f7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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