Class: Aws::Types::MediaPackageV2DestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaPackageV2DestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
-
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
-
#hls_auto_select ⇒ "NO", ...
Returns the value of attribute hls_auto_select.
-
#hls_default ⇒ "NO", ...
Returns the value of attribute hls_default.
Instance Attribute Details
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
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.
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.
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.
5752 5753 5754 |
# File 'sig/types.rbs', line 5752 def hls_default @hls_default end |