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)


27217
27218
27219
27220
27221
27222
# File 'lib/aws-sdk-securityhub/types.rb', line 27217

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

#updated_byString

The principal that updated the note.

Returns:

  • (String)


27217
27218
27219
27220
27221
27222
# File 'lib/aws-sdk-securityhub/types.rb', line 27217

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