Class: Aws::Macie2::Types::UpdateAllowListRequest

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

Overview

Changes the settings for an allow list. If you change the list’s criteria, Amazon Macie tests the new criteria when it processes your request. If the criteria specify a regular expression that Macie can’t compile or an S3 object that Macie can’t retrieve or parse, an error occurs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaTypes::AllowListCriteria

Specifies the criteria for an allow list. The criteria must specify a regular expression (regex) or an S3 object (s3WordsList). It can’t specify both.



6497
6498
6499
6500
6501
6502
6503
6504
# File 'lib/aws-sdk-macie2/types.rb', line 6497

class UpdateAllowListRequest < Struct.new(
  :criteria,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


6497
6498
6499
6500
6501
6502
6503
6504
# File 'lib/aws-sdk-macie2/types.rb', line 6497

class UpdateAllowListRequest < Struct.new(
  :criteria,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


6497
6498
6499
6500
6501
6502
6503
6504
# File 'lib/aws-sdk-macie2/types.rb', line 6497

class UpdateAllowListRequest < Struct.new(
  :criteria,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


6497
6498
6499
6500
6501
6502
6503
6504
# File 'lib/aws-sdk-macie2/types.rb', line 6497

class UpdateAllowListRequest < Struct.new(
  :criteria,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end