Class: Aws::MediaLive::Types::OutputGroup

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

Overview

Output groups for this Live Event. Output groups contain information about where streams should be distributed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Custom output group name optionally defined by the user.

Returns:

  • (String)


9829
9830
9831
9832
9833
9834
9835
# File 'lib/aws-sdk-medialive/types.rb', line 9829

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

#output_group_settingsTypes::OutputGroupSettings

Settings associated with the output group.



9829
9830
9831
9832
9833
9834
9835
# File 'lib/aws-sdk-medialive/types.rb', line 9829

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

#outputsArray<Types::Output>

Returns:



9829
9830
9831
9832
9833
9834
9835
# File 'lib/aws-sdk-medialive/types.rb', line 9829

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