class Aws::SWF::Types::ExecutionTimeFilter

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the [Unix Time format]. For example: `“oldestDate”: 1325376070.`

[1]: en.wikipedia.org/wiki/Unix_time

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

data as a hash:

    {
      oldest_date: Time.now, # required
      latest_date: Time.now,
    }

@!attribute [rw] oldest_date

Specifies the oldest start or close date and time to return.
@return [Time]

@!attribute [rw] latest_date

Specifies the latest start or close date and time to return.
@return [Time]

Constants

SENSITIVE