Class: Aws::Types::Note
- Inherits:
-
Object
- Object
- Aws::Types::Note
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
6683 6684 6685 |
# File 'sig/types.rbs', line 6683 def text @text end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
6685 6686 6687 |
# File 'sig/types.rbs', line 6685 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6684 6685 6686 |
# File 'sig/types.rbs', line 6684 def updated_by @updated_by end |