Struct rusoto_mturk::SendTestEventNotificationRequest [] [src]

pub struct SendTestEventNotificationRequest {
    pub notification: NotificationSpecification,
    pub test_event_type: String,
}

Fields

The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.

The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.

Trait Implementations

impl Default for SendTestEventNotificationRequest
[src]

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

impl Debug for SendTestEventNotificationRequest
[src]

Formats the value using the given formatter.

impl Clone for SendTestEventNotificationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more