Class: Aws::MediaConvert::Types::OutputGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::OutputGroup
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Group of outputs
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automated_encoding_settings ⇒ Types::AutomatedEncodingSettings
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.
-
#custom_name ⇒ String
Use Custom Group Name to specify a name for the output group.
-
#name ⇒ String
Name of the output group.
-
#output_group_settings ⇒ Types::OutputGroupSettings
Output Group settings, including type.
-
#outputs ⇒ Array<Types::Output>
This object holds groups of encoding settings, one group of settings per output.
Instance Attribute Details
#automated_encoding_settings ⇒ Types::AutomatedEncodingSettings
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.
11062 11063 11064 11065 11066 11067 11068 11069 11070 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11062 class OutputGroup < Struct.new( :automated_encoding_settings, :custom_name, :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |
#custom_name ⇒ String
Use Custom Group Name to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores.
11062 11063 11064 11065 11066 11067 11068 11069 11070 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11062 class OutputGroup < Struct.new( :automated_encoding_settings, :custom_name, :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the output group
11062 11063 11064 11065 11066 11067 11068 11069 11070 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11062 class OutputGroup < Struct.new( :automated_encoding_settings, :custom_name, :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |
#output_group_settings ⇒ Types::OutputGroupSettings
Output Group settings, including type
11062 11063 11064 11065 11066 11067 11068 11069 11070 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11062 class OutputGroup < Struct.new( :automated_encoding_settings, :custom_name, :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
This object holds groups of encoding settings, one group of settings per output.
11062 11063 11064 11065 11066 11067 11068 11069 11070 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11062 class OutputGroup < Struct.new( :automated_encoding_settings, :custom_name, :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |