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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Returns:

  • (Boolean)


6588
6589
6590
6591
6592
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6588

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