Method: Aws::MediaConvert::Types::JobTemplate#type

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#typeString

A job template can be of two types: system or custom. System or built-in job templates can’t be modified or deleted by the user.

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9385

class JobTemplate < Struct.new(
  :acceleration_settings,
  :arn,
  :category,
  :created_at,
  :description,
  :hop_destinations,
  :last_updated,
  :name,
  :priority,
  :queue,
  :settings,
  :status_update_interval,
  :type)
  SENSITIVE = []
  include Aws::Structure
end