imagebuilder_list_component_build_versions {paws.compute} | R Documentation |
Returns the list of component build versions for the specified component version Amazon Resource Name (ARN)
Description
Returns the list of component build versions for the specified component version Amazon Resource Name (ARN).
See https://www.paws-r-sdk.com/docs/imagebuilder_list_component_build_versions/ for full documentation.
Usage
imagebuilder_list_component_build_versions(
componentVersionArn,
maxResults = NULL,
nextToken = NULL
)
Arguments
componentVersionArn |
[required] The component version Amazon Resource Name (ARN) whose versions you want to list. |
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]