Class: Aws::SecurityLake::Types::ListLogSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ListLogSourcesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If nextToken is returned, there are more results available.
-
#sources ⇒ Array<Types::LogSource>
The list of log sources in your organization that send data to the data lake.
Instance Attribute Details
#next_token ⇒ String
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
1453 1454 1455 1456 1457 1458 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1453 class ListLogSourcesResponse < Struct.new( :next_token, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::LogSource>
The list of log sources in your organization that send data to the data lake.
1453 1454 1455 1456 1457 1458 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1453 class ListLogSourcesResponse < Struct.new( :next_token, :sources) SENSITIVE = [] include Aws::Structure end |