Class: Aws::Macie2::Types::BatchUpdateAutomatedDiscoveryAccountsRequest

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

Overview

Changes the status of automated sensitive data discovery for one or more Amazon Macie accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<Types::AutomatedDiscoveryAccountUpdate>



440
441
442
443
444
# File 'lib/aws-sdk-macie2/types.rb', line 440

class BatchUpdateAutomatedDiscoveryAccountsRequest < Struct.new(
  :accounts)
  SENSITIVE = []
  include Aws::Structure
end