View source: R/detective_operations.R
detective_list_datasource_packages | R Documentation |
Lists data source packages in the behavior graph.
See https://www.paws-r-sdk.com/docs/detective_list_datasource_packages/ for full documentation.
detective_list_datasource_packages(
GraphArn,
NextToken = NULL,
MaxResults = NULL
)
GraphArn |
[required] The ARN of the behavior graph. |
NextToken |
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. |
MaxResults |
The maximum number of results to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.