Class: Aws::SecurityLake::Types::GetDataLakeSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::GetDataLakeSourcesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_lake_arn ⇒ String
The Amazon Resource Name (ARN) created by you to provide to the subscriber.
-
#data_lake_sources ⇒ Array<Types::DataLakeSource>
The list of enabled accounts and enabled sources.
-
#next_token ⇒ String
Lists if there are more results available.
Instance Attribute Details
#data_lake_arn ⇒ String
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the [Amazon Security Lake User Guide].
[1]: docs.aws.amazon.com/security-lake/latest/userguide/subscriber-management.html
1240 1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1240 class GetDataLakeSourcesResponse < Struct.new( :data_lake_arn, :data_lake_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#data_lake_sources ⇒ Array<Types::DataLakeSource>
The list of enabled accounts and enabled sources.
1240 1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1240 class GetDataLakeSourcesResponse < Struct.new( :data_lake_arn, :data_lake_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
1240 1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1240 class GetDataLakeSourcesResponse < Struct.new( :data_lake_arn, :data_lake_sources, :next_token) SENSITIVE = [] include Aws::Structure end |