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

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

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


1446
1447
1448
1449
1450
1451
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1446

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:



1446
1447
1448
1449
1450
1451
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1446

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