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

Class: Aws::MediaConvert::Types::HopDestination

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

Overview

Note:

When passing HopDestination as input to an Aws::Client method, you can use a vanilla Hash:

{
  priority: 1,
  queue: "__string",
  wait_minutes: 1,
}

Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed.

Instance Attribute Summary collapse

Instance Attribute Details

#priorityInteger

Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don\'t specify, the relative priority will remain the same as in the previous queue.

Returns:

  • (Integer)

    Optional.

#queueString

Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn\'t the default queue and you don\'t specify the destination queue, the job will move to the default queue.

Returns:

  • (String)

    Optional unless the job is submitted on the default queue.

#wait_minutesInteger

Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive.

Returns:

  • (Integer)

    Required for setting up a job to use queue hopping.