Class: Aws::SecurityLake::Types::DeleteDataLakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DeleteDataLakeRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
1080 1081 1082 1083 1084 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1080 class DeleteDataLakeRequest < Struct.new( :regions) SENSITIVE = [] include Aws::Structure end |