Class: Aws::MediaConvert::Types::OutputGroup

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

Overview

Group of outputs

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automated_encoding_settingsTypes::AutomatedEncodingSettings

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.



10853
10854
10855
10856
10857
10858
10859
10860
10861
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10853

class OutputGroup < Struct.new(
  :automated_encoding_settings,
  :custom_name,
  :name,
  :output_group_settings,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#custom_nameString

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.

Returns:

  • (String)


10853
10854
10855
10856
10857
10858
10859
10860
10861
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10853

class OutputGroup < Struct.new(
  :automated_encoding_settings,
  :custom_name,
  :name,
  :output_group_settings,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the output group

Returns:

  • (String)


10853
10854
10855
10856
10857
10858
10859
10860
10861
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10853

class OutputGroup < Struct.new(
  :automated_encoding_settings,
  :custom_name,
  :name,
  :output_group_settings,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#output_group_settingsTypes::OutputGroupSettings

Output Group settings, including type



10853
10854
10855
10856
10857
10858
10859
10860
10861
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10853

class OutputGroup < Struct.new(
  :automated_encoding_settings,
  :custom_name,
  :name,
  :output_group_settings,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::Output>

This object holds groups of encoding settings, one group of settings per output.

Returns:



10853
10854
10855
10856
10857
10858
10859
10860
10861
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10853

class OutputGroup < Struct.new(
  :automated_encoding_settings,
  :custom_name,
  :name,
  :output_group_settings,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end