Class: Aws::MediaConvert::Types::UpdatePresetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

Modify a preset by sending a request with the preset name and any of the following that you wish to change: description, category, and transcoding settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The new category for the preset, if you are changing it.

Returns:

  • (String)


12300
12301
12302
12303
12304
12305
12306
12307
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12300

class UpdatePresetRequest < Struct.new(
  :category,
  :description,
  :name,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description for the preset, if you are changing it.

Returns:

  • (String)


12300
12301
12302
12303
12304
12305
12306
12307
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12300

class UpdatePresetRequest < Struct.new(
  :category,
  :description,
  :name,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the preset you are modifying.

Returns:

  • (String)


12300
12301
12302
12303
12304
12305
12306
12307
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12300

class UpdatePresetRequest < Struct.new(
  :category,
  :description,
  :name,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::PresetSettings

Settings for preset



12300
12301
12302
12303
12304
12305
12306
12307
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12300

class UpdatePresetRequest < Struct.new(
  :category,
  :description,
  :name,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end