Struct rusoto_elastictranscoder::Timing [] [src]

pub struct Timing {
    pub finish_time_millis: Option<NullableLong>,
    pub start_time_millis: Option<NullableLong>,
    pub submit_time_millis: Option<NullableLong>,
}

Details about the timing of a job.

Fields

The time the job finished transcoding, in epoch milliseconds.

The time the job began transcoding, in epoch milliseconds.

The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

Trait Implementations

impl Default for Timing
[src]

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

impl Debug for Timing
[src]

Formats the value using the given formatter.

impl Clone for Timing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more