Class: Aws::Types::MediaPackageV2GroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaPackageV2GroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_destinations ⇒ ::Array[Types::MediaPackageAdditionalDestinations]
Returns the value of attribute additional_destinations.
-
#caption_language_mappings ⇒ ::Array[Types::CaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
-
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
-
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
-
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
-
#scte_35_type ⇒ "NONE", "SCTE_35_WITHOUT_SEGMENTATION"
Returns the value of attribute scte_35_type.
-
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
-
#segment_length_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute segment_length_units.
-
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
-
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
-
#timed_metadata_passthrough ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timed_metadata_passthrough.
Instance Attribute Details
#additional_destinations ⇒ ::Array[Types::MediaPackageAdditionalDestinations]
Returns the value of attribute additional_destinations.
5767 5768 5769 |
# File 'sig/types.rbs', line 5767 def additional_destinations @additional_destinations end |
#caption_language_mappings ⇒ ::Array[Types::CaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
5757 5758 5759 |
# File 'sig/types.rbs', line 5757 def caption_language_mappings @caption_language_mappings end |
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
5758 5759 5760 |
# File 'sig/types.rbs', line 5758 def id_3_behavior @id_3_behavior end |
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
5759 5760 5761 |
# File 'sig/types.rbs', line 5759 def klv_behavior @klv_behavior end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
5760 5761 5762 |
# File 'sig/types.rbs', line 5760 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#scte_35_type ⇒ "NONE", "SCTE_35_WITHOUT_SEGMENTATION"
Returns the value of attribute scte_35_type.
5761 5762 5763 |
# File 'sig/types.rbs', line 5761 def scte_35_type @scte_35_type end |
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def segment_length @segment_length end |
#segment_length_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute segment_length_units.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def segment_length_units @segment_length_units end |
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def @timed_metadata_id_3_frame end |
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
5765 5766 5767 |
# File 'sig/types.rbs', line 5765 def @timed_metadata_id_3_period end |
#timed_metadata_passthrough ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timed_metadata_passthrough.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def @timed_metadata_passthrough end |