Class: Aws::SecurityLake::Types::ListDataLakesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ListDataLakesRequest
- 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.
1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1388 class ListDataLakesRequest < Struct.new( :regions) SENSITIVE = [] include Aws::Structure end |