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
- Struct
- Aws::MediaConvert::Types::Timing
- 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
-
#finish_time ⇒ Time
The time, in Unix epoch format, that the transcoding job finished.
-
#start_time ⇒ Time
The time, in Unix epoch format, that transcoding for the job began.
-
#submit_time ⇒ Time
The time, in Unix epoch format, that you submitted the job.
Instance Attribute Details
#finish_time ⇒ Time
The time, in Unix epoch format, that the transcoding job finished
#start_time ⇒ Time
The time, in Unix epoch format, that transcoding for the job began.
#submit_time ⇒ Time
The time, in Unix epoch format, that you submitted the job.