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

Class: Aws::MediaConvert::Types::Timing

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

Overview

Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#finish_timeTime

The time, in Unix epoch format, that the transcoding job finished

Returns:

  • (Time)

    The time, in Unix epoch format, that the transcoding job finished.

#start_timeTime

The time, in Unix epoch format, that transcoding for the job began.

Returns:

  • (Time)

    The time, in Unix epoch format, that transcoding for the job began.

#submit_timeTime

The time, in Unix epoch format, that you submitted the job.

Returns:

  • (Time)

    The time, in Unix epoch format, that you submitted the job.