ListActionExecutionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input information used to filter action execution history.

Link copied to clipboard

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

Link copied to clipboard

The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

Link copied to clipboard

The name of the pipeline for which you want to list action execution history.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String