Class ListActionExecutionsRequest

    • Method Detail

      • pipelineName

        public final String pipelineName()

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

        Returns:
        The name of the pipeline for which you want to list action execution history.
      • filter

        public final ActionExecutionFilter filter()

        Input information used to filter action execution history.

        Returns:
        Input information used to filter action execution history.
      • maxResults

        public final Integer maxResults()

        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.

        Returns:
        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.
      • nextToken

        public final String nextToken()

        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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object