You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::NoteUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NoteUpdate as input to an Aws::Client method, you can use a vanilla Hash:

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

The updated note.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The updated note text.

Returns:

  • (String)

    The updated note text.

#updated_byString

The principal that updated the note.

Returns:

  • (String)

    The principal that updated the note.