imagebuilder_list_component_build_versions: Returns the list of component build versions for the...

View source: R/imagebuilder_operations.R

imagebuilder_list_component_build_versionsR Documentation

Returns the list of component build versions for the specified semantic version

Description

Returns the list of component build versions for the specified semantic version.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.