Class: Aws::SecurityLake::Types::DeleteDataLakeOrganizationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DeleteDataLakeOrganizationConfigurationRequest
- 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>
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
Instance Attribute Details
#auto_enable_new_account ⇒ Array<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 |