AutomationRuleNoteUpdateArgs

data class AutomationRuleNoteUpdateArgs(val text: Output<String>, val updatedBy: Output<String>) : ConvertibleToJava<AutomationRuleNoteUpdateArgs>

The updated note.

Constructors

Link copied to clipboard
constructor(text: Output<String>, updatedBy: Output<String>)

Properties

Link copied to clipboard
val text: Output<String>

The updated note text.

Link copied to clipboard
val updatedBy: Output<String>

The principal that updated the note.

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleNoteUpdateArgs