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)


9559
9560
9561
9562
9563
9564
9565
# File 'lib/aws-sdk-medialive/types.rb', line 9559

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

#output_group_settingsTypes::OutputGroupSettings

Settings associated with the output group.



9559
9560
9561
9562
9563
9564
9565
# File 'lib/aws-sdk-medialive/types.rb', line 9559

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

#outputsArray<Types::Output>

Returns:



9559
9560
9561
9562
9563
9564
9565
# File 'lib/aws-sdk-medialive/types.rb', line 9559

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