Stdout

pulumirpc.language.RunPluginResponse.Output.Stdout
final case class Stdout(value: ByteString) extends Output

Attributes

Graph
Supertypes
class Output
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = ByteString

Value members

Concrete methods

override def isStdout: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def stdout: Option[ByteString]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def stderr: Option[ByteString]

Attributes

Inherited from:
Output
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof