Class: Aws::SecurityHub::Types::UpdateFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateFindingsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::AwsSecurityFindingFilters
A collection of attributes that specify which findings you want to update.
-
#note ⇒ Types::NoteUpdate
The updated note for the finding.
-
#record_state ⇒ String
The updated record state for the finding.
Instance Attribute Details
#filters ⇒ Types::AwsSecurityFindingFilters
A collection of attributes that specify which findings you want to update.
31222 31223 31224 31225 31226 31227 31228 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31222 class UpdateFindingsRequest < Struct.new( :filters, :note, :record_state) SENSITIVE = [] include Aws::Structure end |
#note ⇒ Types::NoteUpdate
The updated note for the finding.
31222 31223 31224 31225 31226 31227 31228 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31222 class UpdateFindingsRequest < Struct.new( :filters, :note, :record_state) SENSITIVE = [] include Aws::Structure end |
#record_state ⇒ String
The updated record state for the finding.
31222 31223 31224 31225 31226 31227 31228 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31222 class UpdateFindingsRequest < Struct.new( :filters, :note, :record_state) SENSITIVE = [] include Aws::Structure end |