Class: Aws::Macie2::Types::UpdateAutomatedDiscoveryConfigurationRequest

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

Overview

Changes the configuration settings and status of automated sensitive data discovery for an organization in Amazon Macie or a standalone Macie account. To change additional settings, such as the managed data identifiers to use when analyzing data, update the sensitivity inspection template and classification scope for the organization’s Macie administrator account or the standalone account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_organization_membersString

Specifies whether to automatically enable automated sensitive data discovery for accounts that are part of an organization in Amazon Macie. Valid values are:

Returns:

  • (String)


6545
6546
6547
6548
6549
6550
# File 'lib/aws-sdk-macie2/types.rb', line 6545

class UpdateAutomatedDiscoveryConfigurationRequest < Struct.new(
  :auto_enable_organization_members,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the automated sensitive data discovery configuration for an organization in Amazon Macie or a standalone Macie account. Valid values are:

Returns:

  • (String)


6545
6546
6547
6548
6549
6550
# File 'lib/aws-sdk-macie2/types.rb', line 6545

class UpdateAutomatedDiscoveryConfigurationRequest < Struct.new(
  :auto_enable_organization_members,
  :status)
  SENSITIVE = []
  include Aws::Structure
end