Class: Aws::SecurityHub::Types::NoteUpdate
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::NoteUpdate
 
- Defined in:
- gems/aws-sdk-securityhub/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.
| 27955 27956 27957 27958 27959 27960 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27955 class NoteUpdate < Struct.new( :text, :updated_by) SENSITIVE = [] include Aws::Structure end | 
#updated_by ⇒ String
The principal that updated the note.
| 27955 27956 27957 27958 27959 27960 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27955 class NoteUpdate < Struct.new( :text, :updated_by) SENSITIVE = [] include Aws::Structure end |