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.
5397 5398 5399 5400 5401 |
# File 'lib/aws-sdk-macie2/types.rb', line 5397 class S3ClassificationScope < Struct.new( :excludes) SENSITIVE = [] include Aws::Structure end |