Class: Aws::Macie::Types::AssociateS3ResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::AssociateS3ResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_account_id ⇒ String
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
-
#s3_resources ⇒ Array<Types::S3ResourceClassification>
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
Instance Attribute Details
#member_account_id ⇒ String
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
57 58 59 60 61 62 |
# File 'lib/aws-sdk-macie/types.rb', line 57 class AssociateS3ResourcesRequest < Struct.new( :member_account_id, :s3_resources) SENSITIVE = [] include Aws::Structure end |
#s3_resources ⇒ Array<Types::S3ResourceClassification>
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
57 58 59 60 61 62 |
# File 'lib/aws-sdk-macie/types.rb', line 57 class AssociateS3ResourcesRequest < Struct.new( :member_account_id, :s3_resources) SENSITIVE = [] include Aws::Structure end |