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
show all
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

Instance Attribute Details

#textString

The text of a note.

Returns:

  • (String)

    The text of a note.

#updated_atString

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.

Returns:

  • (String)

    The timestamp of when the note was updated.

#updated_byString

The principal that created a note.

Returns:

  • (String)

    The principal that created a note.