Class: Aws::Macie::Types::S3ResourceClassificationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::S3ResourceClassificationUpdate
- 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
-
#bucket_name ⇒ String
(Discontinued) The name of the S3 bucket whose classification types you want to update.
-
#classification_type_update ⇒ Types::ClassificationTypeUpdate
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie Classic.
-
#prefix ⇒ String
(Discontinued) The prefix of the S3 bucket whose classification types you want to update.
Instance Attribute Details
#bucket_name ⇒ String
(Discontinued) The name of the S3 bucket whose classification types you want to update.
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_update ⇒ Types::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 |
#prefix ⇒ String
(Discontinued) The prefix of the S3 bucket whose classification types you want to update.
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 |