Class: Aws::Macie2::Types::S3ClassificationScopeExclusion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_namesArray<String>

Returns:

  • (Array<String>)


5264
5265
5266
5267
5268
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5264

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