Class DescribePipelineExecutionResponse

    • Method Detail

      • pipelineArn

        public final String pipelineArn()

        The Amazon Resource Name (ARN) of the pipeline.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline.
      • pipelineExecutionArn

        public final String pipelineExecutionArn()

        The Amazon Resource Name (ARN) of the pipeline execution.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline execution.
      • pipelineExecutionDisplayName

        public final String pipelineExecutionDisplayName()

        The display name of the pipeline execution.

        Returns:
        The display name of the pipeline execution.
      • pipelineExecutionDescription

        public final String pipelineExecutionDescription()

        The description of the pipeline execution.

        Returns:
        The description of the pipeline execution.
      • pipelineExperimentConfig

        public final PipelineExperimentConfig pipelineExperimentConfig()
        Returns the value of the PipelineExperimentConfig property for this object.
        Returns:
        The value of the PipelineExperimentConfig property for this object.
      • failureReason

        public final String failureReason()

        If the execution failed, a message describing why.

        Returns:
        If the execution failed, a message describing why.
      • creationTime

        public final Instant creationTime()

        The time when the pipeline execution was created.

        Returns:
        The time when the pipeline execution was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time when the pipeline execution was modified last.

        Returns:
        The time when the pipeline execution was modified last.
      • createdBy

        public final UserContext createdBy()
        Returns the value of the CreatedBy property for this object.
        Returns:
        The value of the CreatedBy property for this object.
      • lastModifiedBy

        public final UserContext lastModifiedBy()
        Returns the value of the LastModifiedBy property for this object.
        Returns:
        The value of the LastModifiedBy property for this object.
      • parallelismConfiguration

        public final ParallelismConfiguration parallelismConfiguration()

        The parallelism configuration applied to the pipeline.

        Returns:
        The parallelism configuration applied to the pipeline.
      • selectiveExecutionConfig

        public final SelectiveExecutionConfig selectiveExecutionConfig()

        The selective execution configuration applied to the pipeline run.

        Returns:
        The selective execution configuration applied to the pipeline run.
      • 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