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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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.



1058
1059
1060
1061
1062
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1058

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