You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie::Types::AssociateS3ResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::AssociateS3ResourcesRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AssociateS3ResourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
member_account_id: "AWSAccountId",
s3_resources: [ # required
{
bucket_name: "BucketName", # required
prefix: "Prefix",
classification_type: { # required
one_time: "FULL", # required, accepts FULL, NONE
continuous: "FULL", # required, accepts FULL
},
},
],
}
Instance Attribute Summary collapse
-
#member_account_id ⇒ String
The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
-
#s3_resources ⇒ Array<Types::S3ResourceClassification>
The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
Instance Attribute Details
#member_account_id ⇒ String
The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
#s3_resources ⇒ Array<Types::S3ResourceClassification>
The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.