Class: Aws::SecurityLake::Types::ListDataLakesRequest

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>)


1388
1389
1390
1391
1392
# File 'lib/aws-sdk-securitylake/types.rb', line 1388

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