Class: Aws::Detective::Types::ListDatasourcePackagesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasource_packagesHash<String,Types::DatasourcePackageIngestDetail>

Details on the data source packages active in the behavior graph.

Returns:



884
885
886
887
888
889
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 884

class ListDatasourcePackagesResponse < Struct.new(
  :datasource_packages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.

Returns:

  • (String)


884
885
886
887
888
889
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 884

class ListDatasourcePackagesResponse < Struct.new(
  :datasource_packages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end