Class: Aws::SecurityLake::Types::UpdateDataLakeResponse

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:



1953
1954
1955
1956
1957
# File 'lib/aws-sdk-securitylake/types.rb', line 1953

class UpdateDataLakeResponse < Struct.new(
  :data_lakes)
  SENSITIVE = []
  include Aws::Structure
end