Class: Aws::MediaLive::Types::OutputGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::OutputGroup
- 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
-
#name ⇒ String
Custom output group name optionally defined by the user.
-
#output_group_settings ⇒ Types::OutputGroupSettings
Settings associated with the output group.
- #outputs ⇒ Array<Types::Output>
Instance Attribute Details
#name ⇒ String
Custom output group name optionally defined by the user.
10131 10132 10133 10134 10135 10136 10137 |
# File 'lib/aws-sdk-medialive/types.rb', line 10131 class OutputGroup < Struct.new( :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |
#output_group_settings ⇒ Types::OutputGroupSettings
Settings associated with the output group.
10131 10132 10133 10134 10135 10136 10137 |
# File 'lib/aws-sdk-medialive/types.rb', line 10131 class OutputGroup < Struct.new( :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
10131 10132 10133 10134 10135 10136 10137 |
# File 'lib/aws-sdk-medialive/types.rb', line 10131 class OutputGroup < Struct.new( :name, :output_group_settings, :outputs) SENSITIVE = [] include Aws::Structure end |