Class: Aws::SecurityLake::Types::GetDataLakeSourcesResponse

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

#data_lake_arnString

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

Returns:

  • (String)


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_sourcesArray<Types::DataLakeSource>

The list of enabled accounts and enabled sources.

Returns:



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_tokenString

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.

Returns:

  • (String)


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