class Aws::SecurityHub::Types::NoteUpdate

The updated note.

@note When making an API call, you may pass NoteUpdate

data as a hash:

    {
      text: "NonEmptyString", # required
      updated_by: "NonEmptyString", # required
    }

@!attribute [rw] text

The updated note text.
@return [String]

@!attribute [rw] updated_by

The principal that updated the note.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NoteUpdate AWS API Documentation

Constants

SENSITIVE