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.
27210 27211 27212 27213 27214 27215 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27210 class NoteUpdate < Struct.new( :text, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The principal that updated the note.
27210 27211 27212 27213 27214 27215 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27210 class NoteUpdate < Struct.new( :text, :updated_by) SENSITIVE = [] include Aws::Structure end |