Class: Aws::Macie2::Types::S3ClassificationScope

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

Instance Attribute Details

#excludesTypes::S3ClassificationScopeExclusion

Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.



5250
5251
5252
5253
5254
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5250

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