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)


5759
5760
5761
# File 'sig/types.rbs', line 5759

def audio_group_id
  @audio_group_id
end

#audio_rendition_sets::String

Returns the value of attribute audio_rendition_sets.

Returns:

  • (::String)


5760
5761
5762
# File 'sig/types.rbs', line 5760

def audio_rendition_sets
  @audio_rendition_sets
end

#hls_auto_select"NO", ...

Returns the value of attribute hls_auto_select.

Returns:

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


5761
5762
5763
# File 'sig/types.rbs', line 5761

def hls_auto_select
  @hls_auto_select
end

#hls_default"NO", ...

Returns the value of attribute hls_default.

Returns:

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


5762
5763
5764
# File 'sig/types.rbs', line 5762

def hls_default
  @hls_default
end

#output_usage::Array[("MULTIVIEW_EQUAL_SIZE_VIEW" | "MULTIVIEW_PRIMARY_VIEW" | "MULTIVIEW_SECONDARY_VIEW")]

Returns the value of attribute output_usage.

Returns:

  • (::Array[("MULTIVIEW_EQUAL_SIZE_VIEW" | "MULTIVIEW_PRIMARY_VIEW" | "MULTIVIEW_SECONDARY_VIEW")])


5763
5764
5765
# File 'sig/types.rbs', line 5763

def output_usage
  @output_usage
end