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

Class: Aws::MediaConvert::Types::QueueTransition

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

Overview

Description of the source and destination queues between which the job has moved, along with the timestamp of the move

Instance Attribute Summary collapse

Instance Attribute Details

#destination_queueString

The queue that the job was on after the transition.

Returns:

  • (String)

    The queue that the job was on after the transition.

#source_queueString

The queue that the job was on before the transition.

Returns:

  • (String)

    The queue that the job was on before the transition.

#timestampTime

The time, in Unix epoch format, that the job moved from the source queue to the destination queue.

Returns:

  • (Time)

    The time, in Unix epoch format, that the job moved from the source queue to the destination queue.