Class: Aws::SecurityLake::Types::ListDataLakesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ListDataLakesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_lakes ⇒ Array<Types::DataLakeResource>
Retrieves the Security Lake configuration object.
Instance Attribute Details
#data_lakes ⇒ Array<Types::DataLakeResource>
Retrieves the Security Lake configuration object.
1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1400 class ListDataLakesResponse < Struct.new( :data_lakes) SENSITIVE = [] include Aws::Structure end |