class Aws::DevOpsGuru::Types::ListAnomaliesForInsightRequest

@note When making an API call, you may pass ListAnomaliesForInsightRequest

data as a hash:

    {
      insight_id: "InsightId", # required
      start_time_range: {
        from_time: Time.now,
        to_time: Time.now,
      },
      max_results: 1,
      next_token: "UuidNextToken",
    }

@!attribute [rw] insight_id

The ID of the insight. The returned anomalies belong to this
insight.
@return [String]

@!attribute [rw] start_time_range

A time range used to specify when the requested anomalies started.
All returned anomalies started during this time range.
@return [Types::StartTimeRange]

@!attribute [rw] max_results

The maximum number of results to return with a single call. To
retrieve the remaining results, make another call with the returned
`nextToken` value.
@return [Integer]

@!attribute [rw] next_token

The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomaliesForInsightRequest AWS API Documentation

Constants

SENSITIVE