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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


27066
27067
27068
27069
27070
27071
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27066

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

#updated_byString

The principal that updated the note.

Returns:

  • (String)


27066
27067
27068
27069
27070
27071
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27066

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