Class: Aws::Macie2::Types::S3ClassificationScopeExclusionUpdate

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_namesArray<String>

Returns:

  • (Array<String>)


5284
5285
5286
5287
5288
5289
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5284

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

#operationString

Specifies how to apply changes to the S3 bucket exclusion list defined by the classification scope for an Amazon Macie account. Valid values are:

Returns:

  • (String)


5284
5285
5286
5287
5288
5289
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5284

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