Class: Aws::MediaConvert::Types::CreatePresetRequest

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

Overview

Send your create preset request with the name of the preset and the JSON for the output settings specified by the preset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

Optional. A category for the preset you are creating.

Returns:

  • (String)


3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3153

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

#descriptionString

Optional. A description of the preset you are creating.

Returns:

  • (String)


3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3153

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

#nameString

The name of the preset you are creating.

Returns:

  • (String)


3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3153

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

#settingsTypes::PresetSettings

Settings for preset



3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3153

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

#tagsHash<String,String>

The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.

Returns:

  • (Hash<String,String>)


3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3153

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