Class: Aws::SecurityHub::Types::UpdateFindingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::AwsSecurityFindingFilters

A collection of attributes that specify which findings you want to update.



31224
31225
31226
31227
31228
31229
31230
# File 'lib/aws-sdk-securityhub/types.rb', line 31224

class UpdateFindingsRequest < Struct.new(
  :filters,
  :note,
  :record_state)
  SENSITIVE = []
  include Aws::Structure
end

#noteTypes::NoteUpdate

The updated note for the finding.

Returns:



31224
31225
31226
31227
31228
31229
31230
# File 'lib/aws-sdk-securityhub/types.rb', line 31224

class UpdateFindingsRequest < Struct.new(
  :filters,
  :note,
  :record_state)
  SENSITIVE = []
  include Aws::Structure
end

#record_stateString

The updated record state for the finding.

Returns:

  • (String)


31224
31225
31226
31227
31228
31229
31230
# File 'lib/aws-sdk-securityhub/types.rb', line 31224

class UpdateFindingsRequest < Struct.new(
  :filters,
  :note,
  :record_state)
  SENSITIVE = []
  include Aws::Structure
end