Class: Aws::Types::CaptionLanguageMapping

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caption_channel::Integer

Returns the value of attribute caption_channel.

Returns:

  • (::Integer)


442
443
444
# File 'sig/types.rbs', line 442

def caption_channel
  @caption_channel
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def language_code
  @language_code
end

#language_description::String

Returns the value of attribute language_description.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def language_description
  @language_description
end