Class: Aws::SecurityHub::Types::NoteUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NoteUpdate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The updated note.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The updated note text.
-
#updated_by ⇒ String
The principal that updated the note.
Instance Attribute Details
#text ⇒ String
The updated note text.
28126 28127 28128 28129 28130 28131 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28126 class NoteUpdate < Struct.new( :text, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The principal that updated the note.
28126 28127 28128 28129 28130 28131 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28126 class NoteUpdate < Struct.new( :text, :updated_by) SENSITIVE = [] include Aws::Structure end |