Show / Hide Table of Contents

Class OutputValue

Inheritance
object
OutputValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class OutputValue

Properties

View Source

IsSecret

Declaration
public bool IsSecret { get; }
Property Value
Type Description
bool
View Source

Value

Declaration
public object Value { get; }
Property Value
Type Description
object
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.