Class: Aws::SecurityLake::Types::UpdateDataLakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::UpdateDataLakeResponse
- 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.
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 |