class Aws::DevOpsGuru::Types::ListInsightsClosedStatusFilter

Used to filter for insights that have the status `CLOSED`.

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

data as a hash:

    {
      type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
      end_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] end_time_range

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

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

Constants

SENSITIVE