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)


26441
26442
26443
26444
26445
26446
# File 'lib/aws-sdk-securityhub/types.rb', line 26441

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

#updated_byString

The principal that updated the note.

Returns:

  • (String)


26441
26442
26443
26444
26445
26446
# File 'lib/aws-sdk-securityhub/types.rb', line 26441

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