Class: Aws::Macie2::Types::UpdateOrganizationConfigurationRequest

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

Overview

Specifies whether to enable Amazon Macie automatically for accounts that are added to an organization in Organizations, when the accounts are added to the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Returns:

  • (Boolean)


6746
6747
6748
6749
6750
# File 'lib/aws-sdk-macie2/types.rb', line 6746

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