Class: Aws::SecurityLake::Types::DeleteDataLakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DeleteDataLakeRequest
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regions ⇒ Array<String>
The list of Regions where Security Lake is enabled.
Instance Attribute Details
#regions ⇒ Array<String>
The list of Regions where Security Lake is enabled.
975 976 977 978 979 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 975 class DeleteDataLakeRequest < Struct.new( :regions) SENSITIVE = [] include Aws::Structure end |