Class: Aws::SecurityLake::Types::CreateDataLakeResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_lakesArray<Types::DataLakeResource>

The created Security Lake configuration object.

Returns:



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