Struct rusoto_swf::ExecutionTimeFilter [] [src]

pub struct ExecutionTimeFilter {
    pub latest_date: Option<f64>,
    pub oldest_date: f64,
}

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.

Fields

Specifies the latest start or close date and time to return.

Specifies the oldest start or close date and time to return.

Trait Implementations

impl Default for ExecutionTimeFilter
[src]

Returns the "default value" for a type. Read more

impl Debug for ExecutionTimeFilter
[src]

Formats the value using the given formatter.

impl Clone for ExecutionTimeFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more