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)


26445
26446
26447
26448
26449
26450
# File 'lib/aws-sdk-securityhub/types.rb', line 26445

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

#updated_byString

The principal that updated the note.

Returns:

  • (String)


26445
26446
26447
26448
26449
26450
# File 'lib/aws-sdk-securityhub/types.rb', line 26445

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