class Aws::SSMIncidents::Types::Condition

A conditional statement with which to compare a value, after a timestamp, before a timestamp, or equal to a string or integer. If multiple conditions are specified, the conditionals become an `AND`ed statement. If multiple values are specified for a conditional, the values are `OR`d.

@note Condition is a union - when making an API calls you must set exactly one of the members.

@!attribute [rw] after

After the specified timestamp.
@return [Time]

@!attribute [rw] before

Before the specified timestamp
@return [Time]

@!attribute [rw] equals

The value is equal to the provided string or integer.
@return [Types::AttributeValueList]

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

Constants

SENSITIVE