Class: Aws::Macie::Types::S3ResourceClassification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::S3ResourceClassification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the ‘AssociateS3Resources` action and a response parameter in the `ListS3Resources` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
(Discontinued) The name of the S3 bucket that you want to associate with Amazon Macie Classic.
-
#classification_type ⇒ Types::ClassificationType
(Discontinued) The classification type that you want to specify for the resource associated with Amazon Macie Classic.
-
#prefix ⇒ String
(Discontinued) The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
Instance Attribute Details
#bucket_name ⇒ String
(Discontinued) The name of the S3 bucket that you want to associate with Amazon Macie Classic.
421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-macie/types.rb', line 421 class S3ResourceClassification < Struct.new( :bucket_name, :prefix, :classification_type) SENSITIVE = [] include Aws::Structure end |
#classification_type ⇒ Types::ClassificationType
(Discontinued) The classification type that you want to specify for the resource associated with Amazon Macie Classic.
421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-macie/types.rb', line 421 class S3ResourceClassification < Struct.new( :bucket_name, :prefix, :classification_type) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
(Discontinued) The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
421 422 423 424 425 426 427 |
# File 'lib/aws-sdk-macie/types.rb', line 421 class S3ResourceClassification < Struct.new( :bucket_name, :prefix, :classification_type) SENSITIVE = [] include Aws::Structure end |