Class: Aws::MediaLive::Types::MediaPackageV2GroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaPackageV2GroupSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Media Package V2 Group Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#caption_language_mappings ⇒ Array<Types::CaptionLanguageMapping>
Mapping of up to 4 caption channels to caption languages.
Instance Attribute Details
#caption_language_mappings ⇒ Array<Types::CaptionLanguageMapping>
Mapping of up to 4 caption channels to caption languages.
21821 21822 21823 21824 21825 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21821 class MediaPackageV2GroupSettings < Struct.new( :caption_language_mappings) SENSITIVE = [] include Aws::Structure end |