imagebuilder_list_workflow_build_versions: Returns a list of build versions for a specific workflow...

View source: R/imagebuilder_operations.R

imagebuilder_list_workflow_build_versionsR Documentation

Returns a list of build versions for a specific workflow resource

Description

Returns a list of build versions for a specific workflow resource.

See https://www.paws-r-sdk.com/docs/imagebuilder_list_workflow_build_versions/ for full documentation.

Usage

imagebuilder_list_workflow_build_versions(
  workflowVersionArn,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

workflowVersionArn

[required] The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.

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 May 29, 2024, 9:16 a.m.