Struct rusoto_events::TestEventPatternResponse [] [src]

pub struct TestEventPatternResponse {
    pub result: Option<Boolean>,
}

Fields

Indicates whether the event matches the event pattern.

Trait Implementations

impl Default for TestEventPatternResponse
[src]

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

impl Debug for TestEventPatternResponse
[src]

Formats the value using the given formatter.

impl Clone for TestEventPatternResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more