Class: Aws::Detective::Types::ListDatasourcePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListDatasourcePackagesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasource_packages ⇒ Hash<String,Types::DatasourcePackageIngestDetail>
Details on the data source packages active in the behavior graph.
-
#next_token ⇒ String
For requests to get the next page of results, the pagination token that was returned with the previous set of results.
Instance Attribute Details
#datasource_packages ⇒ Hash<String,Types::DatasourcePackageIngestDetail>
Details on the data source packages active in the behavior graph.
884 885 886 887 888 889 |
# File 'lib/aws-sdk-detective/types.rb', line 884 class ListDatasourcePackagesResponse < Struct.new( :datasource_packages, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
884 885 886 887 888 889 |
# File 'lib/aws-sdk-detective/types.rb', line 884 class ListDatasourcePackagesResponse < Struct.new( :datasource_packages, :next_token) SENSITIVE = [] include Aws::Structure end |