Class: Aws::Macie2::Types::S3ClassificationScopeUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

Instance Attribute Details

#excludesTypes::S3ClassificationScopeExclusionUpdate

Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.



5301
5302
5303
5304
5305
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5301

class S3ClassificationScopeUpdate < Struct.new(
  :excludes)
  SENSITIVE = []
  include Aws::Structure
end