Class: Aws::Types::CmafIngestGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::CmafIngestGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_destinations ⇒ ::Array[Types::AdditionalDestinations]
Returns the value of attribute additional_destinations.
-
#caption_language_mappings ⇒ ::Array[Types::CmafIngestCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
-
#id_3_name_modifier ⇒ ::String
Returns the value of attribute id_3_name_modifier.
-
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
-
#klv_name_modifier ⇒ ::String
Returns the value of attribute klv_name_modifier.
-
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
-
#nielsen_id_3_name_modifier ⇒ ::String
Returns the value of attribute nielsen_id_3_name_modifier.
-
#scte_35_name_modifier ⇒ ::String
Returns the value of attribute scte_35_name_modifier.
-
#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.
-
#send_delay_ms ⇒ ::Integer
Returns the value of attribute send_delay_ms.
-
#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::AdditionalDestinations]
Returns the value of attribute additional_destinations.
3683 3684 3685 |
# File 'sig/types.rbs', line 3683 def additional_destinations @additional_destinations end |
#caption_language_mappings ⇒ ::Array[Types::CmafIngestCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def caption_language_mappings @caption_language_mappings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def destination @destination end |
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def id_3_behavior @id_3_behavior end |
#id_3_name_modifier ⇒ ::String
Returns the value of attribute id_3_name_modifier.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def id_3_name_modifier @id_3_name_modifier end |
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
3673 3674 3675 |
# File 'sig/types.rbs', line 3673 def klv_behavior @klv_behavior end |
#klv_name_modifier ⇒ ::String
Returns the value of attribute klv_name_modifier.
3674 3675 3676 |
# File 'sig/types.rbs', line 3674 def klv_name_modifier @klv_name_modifier end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#nielsen_id_3_name_modifier ⇒ ::String
Returns the value of attribute nielsen_id_3_name_modifier.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def nielsen_id_3_name_modifier @nielsen_id_3_name_modifier end |
#scte_35_name_modifier ⇒ ::String
Returns the value of attribute scte_35_name_modifier.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def scte_35_name_modifier @scte_35_name_modifier end |
#scte_35_type ⇒ "NONE", "SCTE_35_WITHOUT_SEGMENTATION"
Returns the value of attribute scte_35_type.
3669 3670 3671 |
# File 'sig/types.rbs', line 3669 def scte_35_type @scte_35_type end |
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def segment_length @segment_length end |
#segment_length_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute segment_length_units.
3671 3672 3673 |
# File 'sig/types.rbs', line 3671 def segment_length_units @segment_length_units end |
#send_delay_ms ⇒ ::Integer
Returns the value of attribute send_delay_ms.
3672 3673 3674 |
# File 'sig/types.rbs', line 3672 def send_delay_ms @send_delay_ms end |
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def @timed_metadata_id_3_frame end |
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
3681 3682 3683 |
# File 'sig/types.rbs', line 3681 def @timed_metadata_id_3_period end |
#timed_metadata_passthrough ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timed_metadata_passthrough.
3682 3683 3684 |
# File 'sig/types.rbs', line 3682 def @timed_metadata_passthrough end |