You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::Preset
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Preset
- Defined in:
- (unknown)
Overview
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
An identifier for this resource that is unique within all of AWS.
-
#category ⇒ String
An optional category you create to organize your presets.
-
#created_at ⇒ Time
The timestamp in epoch seconds for preset creation.
-
#description ⇒ String
An optional description you create for each preset.
-
#last_updated ⇒ Time
The timestamp in epoch seconds when the preset was last updated.
-
#name ⇒ String
A name you create for each preset.
-
#settings ⇒ Types::PresetSettings
Settings for preset.
-
#type ⇒ String
A preset can be of two types: system or custom.
Instance Attribute Details
#arn ⇒ String
An identifier for this resource that is unique within all of AWS.
#category ⇒ String
An optional category you create to organize your presets.
#created_at ⇒ Time
The timestamp in epoch seconds for preset creation.
#description ⇒ String
An optional description you create for each preset.
#last_updated ⇒ Time
The timestamp in epoch seconds when the preset was last updated.
#name ⇒ String
A name you create for each preset. Each name must be unique within your account.
#settings ⇒ Types::PresetSettings
Settings for preset
#type ⇒ String
A preset can be of two types: system or custom. System or built-in preset can\'t be modified or deleted by the user.
Possible values:
- SYSTEM
- CUSTOM