Package com.pulumi.automation
Class OutputValue
- java.lang.Object
-
- com.pulumi.automation.OutputValue
-
public final class OutputValue extends java.lang.Object
Represents a stack output value.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSecret()
Returns whether the output is a secret.java.lang.Object
value()
Returns the value of the output.
-