Class: Aws::MediaLive::Types::MediaPackageV2GroupSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#caption_language_mappingsArray<Types::CaptionLanguageMapping>

Mapping of up to 4 caption channels to caption languages.

Returns:



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