Class: Aws::Types::NoteUpdate
- Inherits:
-
Object
- Object
- Aws::Types::NoteUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def text @text end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6691 6692 6693 |
# File 'sig/types.rbs', line 6691 def updated_by @updated_by end |