Class: Aws::Macie::Types::S3ResourceClassificationUpdate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie/types.rb

Overview

(Discontinued) The S3 resources whose classification types you want to update. This data type is used as a request parameter in the ‘UpdateS3Resources` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

(Discontinued) The name of the S3 bucket whose classification types you want to update.

Returns:

  • (String)


450
451
452
453
454
455
456
# File 'lib/aws-sdk-macie/types.rb', line 450

class S3ResourceClassificationUpdate < Struct.new(
  :bucket_name,
  :prefix,
  :classification_type_update)
  SENSITIVE = []
  include Aws::Structure
end

#classification_type_updateTypes::ClassificationTypeUpdate

(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie Classic.



450
451
452
453
454
455
456
# File 'lib/aws-sdk-macie/types.rb', line 450

class S3ResourceClassificationUpdate < Struct.new(
  :bucket_name,
  :prefix,
  :classification_type_update)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

(Discontinued) The prefix of the S3 bucket whose classification types you want to update.

Returns:

  • (String)


450
451
452
453
454
455
456
# File 'lib/aws-sdk-macie/types.rb', line 450

class S3ResourceClassificationUpdate < Struct.new(
  :bucket_name,
  :prefix,
  :classification_type_update)
  SENSITIVE = []
  include Aws::Structure
end