class Aws::DevOpsGuru::Types::ListInsightsRequest

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

data as a hash:

    {
      status_filter: { # required
        ongoing: {
          type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
        },
        closed: {
          type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
          end_time_range: { # required
            from_time: Time.now,
            to_time: Time.now,
          },
        },
        any: {
          type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
          start_time_range: { # required
            from_time: Time.now,
            to_time: Time.now,
          },
        },
      },
      max_results: 1,
      next_token: "UuidNextToken",
    }

@!attribute [rw] status_filter

A filter used to filter the returned insights by their status. You
can specify one status filter.
@return [Types::ListInsightsStatusFilter]

@!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/ListInsightsRequest AWS API Documentation

Constants

SENSITIVE