Class: Aws::SecurityLake::Types::GetDataLakeOrganizationConfigurationResponse

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>

The configuration used for new accounts in Security Lake.



1176
1177
1178
1179
1180
# File 'lib/aws-sdk-securitylake/types.rb', line 1176

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