Class: Aws::Macie2::Types::S3ClassificationScopeUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3ClassificationScopeUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#excludes ⇒ Types::S3ClassificationScopeExclusionUpdate
Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.
Instance Attribute Details
#excludes ⇒ Types::S3ClassificationScopeExclusionUpdate
Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.
5439 5440 5441 5442 5443 |
# File 'lib/aws-sdk-macie2/types.rb', line 5439 class S3ClassificationScopeUpdate < Struct.new( :excludes) SENSITIVE = [] include Aws::Structure end |