Package com.pulumi.automation
Class UpdateResult
- java.lang.Object
-
- com.pulumi.automation.UpdateResult
-
- Direct Known Subclasses:
UpResult
public class UpdateResult extends java.lang.Object
The result of an update operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
standardError()
Returns the standard error of the update operation.java.lang.String
standardOutput()
Returns the standard output of the update operation.UpdateSummary
summary()
Returns a summary of the changes that were applied by the update operation.
-
-
-
Method Detail
-
standardOutput
public java.lang.String standardOutput()
Returns the standard output of the update operation.- Returns:
- the standard output
-
standardError
public java.lang.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
-
-