imagebuilder_list_image_pipeline_images {paws.compute} | R Documentation |
Returns a list of images created by the specified pipeline
Description
Returns a list of images created by the specified pipeline.
See https://www.paws-r-sdk.com/docs/imagebuilder_list_image_pipeline_images/ for full documentation.
Usage
imagebuilder_list_image_pipeline_images(
imagePipelineArn,
filters = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
imagePipelineArn |
[required] The Amazon Resource Name (ARN) of the image pipeline whose images you want to view. |
filters |
Use the following filters to streamline results:
|
maxResults |
The maximum items to return in a request. |
nextToken |
A token to specify where to start paginating. This is the nextToken from a previously truncated response. |
[Package paws.compute version 0.9.0 Index]