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

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

#regionsArray<String>

The list of Regions where Security Lake is enabled.

Returns:

  • (Array<String>)


1381
1382
1383
1384
1385
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1381

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