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", ...
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.
-
#watermarking_settings ⇒ Types::MediaPackageV2WatermarkingSettings
Returns the value of attribute watermarking_settings.
Instance Attribute Details
#additional_destinations ⇒ ::Array[Types::MediaPackageAdditionalDestinations]
Returns the value of attribute additional_destinations.
5778 5779 5780 |
# File 'sig/types.rbs', line 5778 def additional_destinations @additional_destinations end |
#caption_language_mappings ⇒ ::Array[Types::CaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
5768 5769 5770 |
# File 'sig/types.rbs', line 5768 def caption_language_mappings @caption_language_mappings end |
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
5769 5770 5771 |
# File 'sig/types.rbs', line 5769 def id_3_behavior @id_3_behavior end |
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
5770 5771 5772 |
# File 'sig/types.rbs', line 5770 def klv_behavior @klv_behavior end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
5771 5772 5773 |
# File 'sig/types.rbs', line 5771 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#scte_35_type ⇒ "NONE", ...
Returns the value of attribute scte_35_type.
5772 5773 5774 |
# File 'sig/types.rbs', line 5772 def scte_35_type @scte_35_type end |
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
5773 5774 5775 |
# File 'sig/types.rbs', line 5773 def segment_length @segment_length end |
#segment_length_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute segment_length_units.
5774 5775 5776 |
# File 'sig/types.rbs', line 5774 def segment_length_units @segment_length_units end |
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
5775 5776 5777 |
# File 'sig/types.rbs', line 5775 def end |
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
5776 5777 5778 |
# File 'sig/types.rbs', line 5776 def end |
#timed_metadata_passthrough ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timed_metadata_passthrough.
5777 5778 5779 |
# File 'sig/types.rbs', line 5777 def end |
#watermarking_settings ⇒ Types::MediaPackageV2WatermarkingSettings
Returns the value of attribute watermarking_settings.
5779 5780 5781 |
# File 'sig/types.rbs', line 5779 def watermarking_settings @watermarking_settings end |