Class: Aws::Macie2::Types::UpdateResourceProfileDetectionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Updates the sensitivity scoring settings for an S3 bucket that Amazon Macie monitors and analyzes for your account. The settings specify whether to exclude or include occurrences of specific types of sensitive data in calculations of the bucket's sensitivity score. You can update the settings only if automated sensitive data discovery is currently enabled for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


6613
6614
6615
6616
6617
6618
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6613

class UpdateResourceProfileDetectionsRequest < Struct.new(
  :resource_arn,
  :suppress_data_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#suppress_data_identifiersArray<Types::SuppressDataIdentifier>

Returns:



6613
6614
6615
6616
6617
6618
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6613

class UpdateResourceProfileDetectionsRequest < Struct.new(
  :resource_arn,
  :suppress_data_identifiers)
  SENSITIVE = []
  include Aws::Structure
end