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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The updated note.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The updated note text.

Returns:

  • (String)


29044
29045
29046
29047
29048
29049
# File 'lib/aws-sdk-securityhub/types.rb', line 29044

class NoteUpdate < Struct.new(
  :text,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The principal that updated the note.

Returns:

  • (String)


29044
29045
29046
29047
29048
29049
# File 'lib/aws-sdk-securityhub/types.rb', line 29044

class NoteUpdate < Struct.new(
  :text,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end