You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticTranscoder::Types::Timing

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details about the timing of a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#finish_time_millisInteger

The time the job finished transcoding, in epoch milliseconds.

Returns:

  • (Integer)

    The time the job finished transcoding, in epoch milliseconds.

#start_time_millisInteger

The time the job began transcoding, in epoch milliseconds.

Returns:

  • (Integer)

    The time the job began transcoding, in epoch milliseconds.

#submit_time_millisInteger

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

Returns:

  • (Integer)

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