Class: Aws::Types::MediaPackageV2DestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_group_id::String

Returns the value of attribute audio_group_id.

Returns:

  • (::String)


5749
5750
5751
# File 'sig/types.rbs', line 5749

def audio_group_id
  @audio_group_id
end

#audio_rendition_sets::String

Returns the value of attribute audio_rendition_sets.

Returns:

  • (::String)


5750
5751
5752
# File 'sig/types.rbs', line 5750

def audio_rendition_sets
  @audio_rendition_sets
end

#hls_auto_select"NO", ...

Returns the value of attribute hls_auto_select.

Returns:

  • ("NO", "OMIT", "YES")


5751
5752
5753
# File 'sig/types.rbs', line 5751

def hls_auto_select
  @hls_auto_select
end

#hls_default"NO", ...

Returns the value of attribute hls_default.

Returns:

  • ("NO", "OMIT", "YES")


5752
5753
5754
# File 'sig/types.rbs', line 5752

def hls_default
  @hls_default
end