Class: Aws::MediaConvert::Types::QueueTransition
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::QueueTransition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Description of the source and destination queues between which the job has moved, along with the timestamp of the move
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_queue ⇒ String
The queue that the job was on after the transition.
-
#source_queue ⇒ String
The queue that the job was on before the transition.
-
#timestamp ⇒ Time
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
Instance Attribute Details
#destination_queue ⇒ String
The queue that the job was on after the transition.
11559 11560 11561 11562 11563 11564 11565 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11559 class QueueTransition < Struct.new( :destination_queue, :source_queue, :timestamp) SENSITIVE = [] include Aws::Structure end |
#source_queue ⇒ String
The queue that the job was on before the transition.
11559 11560 11561 11562 11563 11564 11565 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11559 class QueueTransition < Struct.new( :destination_queue, :source_queue, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
11559 11560 11561 11562 11563 11564 11565 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11559 class QueueTransition < Struct.new( :destination_queue, :source_queue, :timestamp) SENSITIVE = [] include Aws::Structure end |