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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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:



1945
1946
1947
1948
1949
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1945

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