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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


9904
9905
9906
9907
9908
9909
9910
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9904

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

#output_group_settingsTypes::OutputGroupSettings

Settings associated with the output group.



9904
9905
9906
9907
9908
9909
9910
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9904

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

#outputsArray<Types::Output>

Returns:



9904
9905
9906
9907
9908
9909
9910
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9904

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