xray_get_insight_summaries {paws.developer.tools} | R Documentation |
Retrieves the summaries of all insights in the specified group matching the provided filter values
Description
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.
Usage
xray_get_insight_summaries(
States = NULL,
GroupARN = NULL,
GroupName = NULL,
StartTime,
EndTime,
MaxResults = NULL,
NextToken = NULL
)
Arguments
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. |
[Package paws.developer.tools version 0.9.0 Index]