Struct rusoto_glue::Predicate[][src]

pub struct Predicate {
    pub conditions: Option<Vec<Condition>>,
    pub logical: Option<String>,
}

Defines the predicate of the trigger, which determines when it fires.

Fields

A list of the conditions that determine when the trigger will fire.

Currently "OR" is not supported.

Trait Implementations

impl Default for Predicate
[src]

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

impl Debug for Predicate
[src]

Formats the value using the given formatter. Read more

impl Clone for Predicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Predicate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Predicate

impl Sync for Predicate