class Aws::DevOpsGuru::Types::ListInsightsAnyStatusFilter

Used to filter for insights that have any status.

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

data as a hash:

    {
      type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
      start_time_range: { # required
        from_time: Time.now,
        to_time: Time.now,
      },
    }

@!attribute [rw] type

Use to filter for either `REACTIVE` or `PROACTIVE` insights.
@return [String]

@!attribute [rw] start_time_range

A time range used to specify when the behavior of the filtered
insights started.
@return [Types::StartTimeRange]

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

Constants

SENSITIVE