Class: Aws::MediaConvert::Types::ReservationPlanSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ReservationPlanSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commitment ⇒ String
The length of the term of your reserved queue pricing plan commitment.
-
#renewal_type ⇒ 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_slots ⇒ Integer
Specifies the number of reserved transcode slots (RTS) for this queue.
Instance Attribute Details
#commitment ⇒ String
The length of the term of your reserved queue pricing plan commitment.
11786 11787 11788 11789 11790 11791 11792 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11786 class ReservationPlanSettings < Struct.new( :commitment, :renewal_type, :reserved_slots) SENSITIVE = [] include Aws::Structure end |
#renewal_type ⇒ 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. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.
11786 11787 11788 11789 11790 11791 11792 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11786 class ReservationPlanSettings < Struct.new( :commitment, :renewal_type, :reserved_slots) SENSITIVE = [] include Aws::Structure end |
#reserved_slots ⇒ Integer
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.
11786 11787 11788 11789 11790 11791 11792 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11786 class ReservationPlanSettings < Struct.new( :commitment, :renewal_type, :reserved_slots) SENSITIVE = [] include Aws::Structure end |