Class: Aws::SecurityLake::Types::GetDataLakeSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::GetDataLakeSourcesResponse
- Defined in:
- gems/aws-sdk-securitylake/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.
1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1135 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.
1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1135 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.
1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1135 class GetDataLakeSourcesResponse < Struct.new( :data_lake_arn, :data_lake_sources, :next_token) SENSITIVE = [] include Aws::Structure end |