Class: Aws::SecurityLake::Types::DeleteDataLakeRequest

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

#regionsArray<String>

The list of Regions where Security Lake is enabled.

Returns:

  • (Array<String>)


1080
1081
1082
1083
1084
# File 'lib/aws-sdk-securitylake/types.rb', line 1080

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