Class: Aws::SecurityLake::Types::ListLogSourcesResponse

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

#next_tokenString

If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
# File 'lib/aws-sdk-securitylake/types.rb', line 1348

class ListLogSourcesResponse < Struct.new(
  :next_token,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::LogSource>

The list of log sources in your organization that send data to the data lake.

Returns:



1348
1349
1350
1351
1352
1353
# File 'lib/aws-sdk-securitylake/types.rb', line 1348

class ListLogSourcesResponse < Struct.new(
  :next_token,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end