You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie::Types::S3ResourceClassification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::S3ResourceClassification
- Defined in:
- (unknown)
Overview
When passing S3ResourceClassification as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket_name: "BucketName", # required
prefix: "Prefix",
classification_type: { # required
one_time: "FULL", # required, accepts FULL, NONE
continuous: "FULL", # required, accepts FULL
},
}
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.
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
-
#classification_type ⇒ Types::ClassificationType
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
-
#prefix ⇒ String
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
#classification_type ⇒ Types::ClassificationType
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
#prefix ⇒ String
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.