Class: Aws::Detective::Types::ListDatasourcePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListDatasourcePackagesResponse
- Defined in:
- gems/aws-sdk-detective/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.
548 549 550 551 552 553 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 548 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.
548 549 550 551 552 553 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 548 class ListDatasourcePackagesResponse < Struct.new( :datasource_packages, :next_token) SENSITIVE = [] include Aws::Structure end |