if (FALSE) {
# This example obtains information for an image with a specified image
# digest ID from the repository named ubuntu in the current account.
svc$batch_get_image(
imageIds = list(
list(
imageTag = "precise"
)
),
repositoryName = "ubuntu"
)
}
Run the code above in your browser using DataLab