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

Class: Aws::MediaConvert::Types::ReservationPlanSettings

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

Overview

Note:

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

{
  commitment: "ONE_YEAR", # required, accepts ONE_YEAR
  renewal_type: "AUTO_RENEW", # required, accepts AUTO_RENEW, EXPIRE
  reserved_slots: 1, # required
}

Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commitmentString

The length of the term of your reserved queue pricing plan commitment.

Possible values:

  • ONE_YEAR

Returns:

  • (String)

    The length of the term of your reserved queue pricing plan commitment.

#renewal_typeString

Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.

Possible values:

  • AUTO_RENEW
  • EXPIRE

Returns:

  • (String)

    Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.

#reserved_slotsInteger

Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can\'t decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can\'t cancel your commitment or revert to your original commitment after you increase the capacity.

Returns:

  • (Integer)

    Specifies the number of reserved transcode slots (RTS) for this queue.