Package com.pulumi.automation
Class UpdateResult
java.lang.Object
com.pulumi.automation.UpdateResult
- Direct Known Subclasses:
UpResult
The result of an update operation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the standard error of the update operation.Returns the standard output of the update operation.summary()Returns a summary of the changes that were applied by the update operation.
-
Method Details
-
standardOutput
Returns the standard output of the update operation.- Returns:
- the standard output
-
standardError
Returns the standard error of the update operation.- Returns:
- the standard error
-
summary
Returns a summary of the changes that were applied by the update operation.- Returns:
- the summary
-