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
)
The list of insight states.
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
The name of the group. Required if the GroupARN isn't provided.
[required] The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
[required] The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
The maximum number of results to display.
Pagination token.