xray_get_insight_summaries: Retrieves the summaries of all insights in the specified...

View source: R/xray_operations.R

xray_get_insight_summariesR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.