class Aws::SSMIncidents::Types::Filter

Filter the selection by using a condition.

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

data as a hash:

    {
      condition: { # required
        after: Time.now,
        before: Time.now,
        equals: {
          integer_values: [1],
          string_values: ["StringListMemberString"],
        },
      },
      key: "FilterKeyString", # required
    }

@!attribute [rw] condition

The condition accepts before or after a specified time, equal to a
string, or equal to an integer.
@return [Types::Condition]

@!attribute [rw] key

The key that you're filtering on.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/Filter AWS API Documentation

Constants

SENSITIVE