Class: Aws::Macie2::Types::UpdateAllowListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateAllowListRequest
- 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
-
#criteria ⇒ Types::AllowListCriteria
Specifies the criteria for an allow list.
- #description ⇒ String
- #id ⇒ String
- #name ⇒ String
Instance Attribute Details
#criteria ⇒ Types::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 |
#description ⇒ 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 |
#id ⇒ 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 |
#name ⇒ 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 |