Struct rusoto_events::TestEventPatternRequest [] [src]

pub struct TestEventPatternRequest {
    pub event: String,
    pub event_pattern: String,
}

Fields

The event, in JSON format, to test against the event pattern.

The event pattern. For more information, see Events and Event Patterns in the Amazon CloudWatch Events User Guide.

Trait Implementations

impl Default for TestEventPatternRequest
[src]

[src]

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

impl Debug for TestEventPatternRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for TestEventPatternRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more