Class: Aws::Macie2::Types::UpdateResourceProfileDetectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateResourceProfileDetectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Updates the sensitivity scoring settings for an S3 bucket that Amazon Macie monitors and analyzes for an account. The settings specify whether to exclude or include occurrences of specific types of sensitive data in the bucket’s sensitivity score. To update the settings, automated sensitive data discovery must be enabled for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#resource_arn ⇒ String
6760 6761 6762 6763 6764 6765 |
# File 'lib/aws-sdk-macie2/types.rb', line 6760 class UpdateResourceProfileDetectionsRequest < Struct.new( :resource_arn, :suppress_data_identifiers) SENSITIVE = [] include Aws::Structure end |
#suppress_data_identifiers ⇒ Array<Types::SuppressDataIdentifier>
6760 6761 6762 6763 6764 6765 |
# File 'lib/aws-sdk-macie2/types.rb', line 6760 class UpdateResourceProfileDetectionsRequest < Struct.new( :resource_arn, :suppress_data_identifiers) SENSITIVE = [] include Aws::Structure end |