class Aws::SecurityHub::Types::Note

A user-defined note added to a finding.

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

data as a hash:

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

@!attribute [rw] text

The text of a note.
@return [String]

@!attribute [rw] updated_by

The principal that created a note.
@return [String]

@!attribute [rw] updated_at

The timestamp of when the note was updated.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

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

Constants

SENSITIVE