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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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

Instance Attribute Details

#destination_queueString

The queue that the job was on after the transition.

Returns:

  • (String)


11311
11312
11313
11314
11315
11316
11317
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11311

class QueueTransition < Struct.new(
  :destination_queue,
  :source_queue,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#source_queueString

The queue that the job was on before the transition.

Returns:

  • (String)


11311
11312
11313
11314
11315
11316
11317
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11311

class QueueTransition < Struct.new(
  :destination_queue,
  :source_queue,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

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

Returns:

  • (Time)


11311
11312
11313
11314
11315
11316
11317
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11311

class QueueTransition < Struct.new(
  :destination_queue,
  :source_queue,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end