You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::Note
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::Note
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing Note as input to an Aws::Client method, you can use a vanilla Hash:
{
  text: "NonEmptyString", # required
  updated_by: "NonEmptyString", # required
  updated_at: "NonEmptyString", # required
}
A user-defined note added to a finding.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The text of a note. 
- 
  
    
      #updated_at  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp of when the note was updated. 
- 
  
    
      #updated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The principal that created a note. 
Instance Attribute Details
#text ⇒ String
The text of a note.
#updated_at ⇒ String
The timestamp of when the note was updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
#updated_by ⇒ String
The principal that created a note.