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

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

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

Returns:

  • (String)


1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1233

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:



1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1233

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)


1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1233

class GetDataLakeSourcesResponse < Struct.new(
  :data_lake_arn,
  :data_lake_sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end