Class: Aws::Types::NoteUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


6690
6691
6692
# File 'sig/types.rbs', line 6690

def text
  @text
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6691
6692
6693
# File 'sig/types.rbs', line 6691

def updated_by
  @updated_by
end