Class: Aws::Macie2::Types::UpdateClassificationScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateClassificationScopeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies new classification scope settings for an Amazon Macie account. Macie uses these settings when it performs automated sensitive data discovery for the account. To update the settings, automated sensitive data discovery must be enabled for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #id ⇒ String
-
#s3 ⇒ Types::S3ClassificationScopeUpdate
Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
Instance Attribute Details
#id ⇒ String
6599 6600 6601 6602 6603 6604 |
# File 'lib/aws-sdk-macie2/types.rb', line 6599 class UpdateClassificationScopeRequest < Struct.new( :id, :s3) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::S3ClassificationScopeUpdate
Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
6599 6600 6601 6602 6603 6604 |
# File 'lib/aws-sdk-macie2/types.rb', line 6599 class UpdateClassificationScopeRequest < Struct.new( :id, :s3) SENSITIVE = [] include Aws::Structure end |