Class UpdateResult

java.lang.Object
com.pulumi.automation.UpdateResult
Direct Known Subclasses:
UpResult

public class UpdateResult extends Object
The result of an update operation.
  • Method Details

    • standardOutput

      public String standardOutput()
      Returns the standard output of the update operation.
      Returns:
      the standard output
    • standardError

      public String standardError()
      Returns the standard error of the update operation.
      Returns:
      the standard error
    • summary

      public UpdateSummary summary()
      Returns a summary of the changes that were applied by the update operation.
      Returns:
      the summary