Class: Aws::SecurityLake::Types::DeleteDataLakeOrganizationConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_new_accountArray<Types::DataLakeAutoEnableNewAccountConfiguration>

Turns off automatic enablement of Security Lake for member accounts that are added to an organization.



1064
1065
1066
1067
1068
# File 'lib/aws-sdk-securitylake/types.rb', line 1064

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