Class: Aws::SecurityLake::Types::CreateDataLakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CreateDataLakeResponse
- 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>
The created Security Lake configuration object.
Instance Attribute Details
#data_lakes ⇒ Array<Types::DataLakeResource>
The created Security Lake configuration object.
366 367 368 369 370 |
# File 'lib/aws-sdk-securitylake/types.rb', line 366 class CreateDataLakeResponse < Struct.new( :data_lakes) SENSITIVE = [] include Aws::Structure end |