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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.



6362
6363
6364
6365
6366
6367
6368
6369
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6362

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

#descriptionString

Returns:

  • (String)


6362
6363
6364
6365
6366
6367
6368
6369
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6362

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

#idString

Returns:

  • (String)


6362
6363
6364
6365
6366
6367
6368
6369
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6362

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

#nameString

Returns:

  • (String)


6362
6363
6364
6365
6366
6367
6368
6369
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6362

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