Class: Aws::Macie::Types::DisassociateS3ResourcesRequest

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

#associated_s3_resourcesArray<Types::S3Resource>

(Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

Returns:



154
155
156
157
158
159
# File 'lib/aws-sdk-macie/types.rb', line 154

class DisassociateS3ResourcesRequest < Struct.new(
  :member_account_id,
  :associated_s3_resources)
  SENSITIVE = []
  include Aws::Structure
end

#member_account_idString

(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.

Returns:

  • (String)


154
155
156
157
158
159
# File 'lib/aws-sdk-macie/types.rb', line 154

class DisassociateS3ResourcesRequest < Struct.new(
  :member_account_id,
  :associated_s3_resources)
  SENSITIVE = []
  include Aws::Structure
end