imagebuilder_list_workflow_step_executions: Shows runtime data for each step in a runtime instance of the...

View source: R/imagebuilder_operations.R

imagebuilder_list_workflow_step_executionsR Documentation

Shows runtime data for each step in a runtime instance of the workflow that you specify in the request

Description

Shows runtime data for each step in a runtime instance of the workflow that you specify in the request.

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

Usage

imagebuilder_list_workflow_step_executions(
  maxResults = NULL,
  nextToken = NULL,
  workflowExecutionId
)

Arguments

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.

workflowExecutionId

[required] The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.


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