Class: Aws::Macie2::Types::S3ClassificationScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3ClassificationScope
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies the 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::S3ClassificationScopeExclusion
Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
Instance Attribute Details
#excludes ⇒ Types::S3ClassificationScopeExclusion
Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-macie2/types.rb', line 5388 class S3ClassificationScope < Struct.new( :excludes) SENSITIVE = [] include Aws::Structure end |