Class: Aws::Macie2::Types::UpdateOrganizationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateOrganizationConfigurationRequest
- 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_enable ⇒ Boolean
6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-macie2/types.rb', line 6735 class UpdateOrganizationConfigurationRequest < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |