Class: Aws::SecurityLake::Types::ListDataLakesResponse

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>

Retrieves the Security Lake configuration object.

Returns:



1393
1394
1395
1396
1397
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1393

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