Class: Aws::MediaConvert::Types::Preset
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Preset
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
Constant Summary collapse
- SENSITIVE =
[]
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.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#category ⇒ String
An optional category you create to organize your presets.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp in epoch seconds for preset creation.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description you create for each preset.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The timestamp in epoch seconds when the preset was last updated.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name you create for each preset. Each name must be unique within your account.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::PresetSettings
Settings for preset
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#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.
12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 12039 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |