Class: Aws::Macie::Types::AssociateS3ResourcesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_account_idString

(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.

Returns:

  • (String)


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_resourcesArray<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