Class: Aws::Macie2::Types::BatchUpdateAutomatedDiscoveryAccountsResponse

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

Overview

Provides the results of a request to change 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

#errorsArray<Types::AutomatedDiscoveryAccountUpdateError>



454
455
456
457
458
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 454

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