Class: Aws::SecurityLake::Types::GetDataLakeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::GetDataLakeOrganizationConfigurationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable_new_account ⇒ Array<Types::DataLakeAutoEnableNewAccountConfiguration>
The configuration used for new accounts in Security Lake.
Instance Attribute Details
#auto_enable_new_account ⇒ Array<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 |