View source: R/xray_operations.R
xray_get_insight_summaries | R Documentation |
Retrieves the summaries of all insights in the specified group matching the provided filter values.
See https://www.paws-r-sdk.com/docs/xray_get_insight_summaries/ for full documentation.
xray_get_insight_summaries(
States = NULL,
GroupARN = NULL,
GroupName = NULL,
StartTime,
EndTime,
MaxResults = NULL,
NextToken = NULL
)
States |
The list of insight states. |
GroupARN |
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided. |
GroupName |
The name of the group. Required if the GroupARN isn't provided. |
StartTime |
[required] The beginning of the time frame in which the insights started. The start time can't be more than 30 days old. |
EndTime |
[required] The end of the time frame in which the insights ended. The end time can't be more than 30 days old. |
MaxResults |
The maximum number of results to display. |
NextToken |
Pagination token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.