Struct rusoto_mturk::UpdateExpirationForHITRequest [] [src]

pub struct UpdateExpirationForHITRequest {
    pub expire_at: Option<f64>,
    pub hit_id: String,
}

Fields

The date and time at which you want the HIT to expire

The HIT to update.

Trait Implementations

impl Default for UpdateExpirationForHITRequest
[src]

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

impl Debug for UpdateExpirationForHITRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateExpirationForHITRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more