Class: Aws::Macie2::Types::BatchUpdateAutomatedDiscoveryAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BatchUpdateAutomatedDiscoveryAccountsResponse
- Includes:
- Structure
- Defined in:
- 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
#errors ⇒ Array<Types::AutomatedDiscoveryAccountUpdateError>
454 455 456 457 458 |
# File 'lib/aws-sdk-macie2/types.rb', line 454 class BatchUpdateAutomatedDiscoveryAccountsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |