Class ListRuleExecutionsRequest

    • Method Detail

      • pipelineName

        public final String pipelineName()

        The name of the pipeline for which you want to get execution summary information.

        Returns:
        The name of the pipeline for which you want to get execution summary information.
      • filter

        public final RuleExecutionFilter filter()

        Input information used to filter rule execution history.

        Returns:
        Input information used to filter rule 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. Pipeline history is limited to the most recent 12 months, based on pipeline 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. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
      • nextToken

        public final String nextToken()

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

        Returns:
        The token that was returned from the previous ListRuleExecutions call, which can be used to return the next set of rule 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