Class: Aws::Types::Scte35SegmentationDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::Scte35SegmentationDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_restrictions ⇒ Types::Scte35DeliveryRestrictions
Returns the value of attribute delivery_restrictions.
-
#segment_num ⇒ ::Integer
Returns the value of attribute segment_num.
-
#segmentation_cancel_indicator ⇒ "SEGMENTATION_EVENT_NOT_CANCELED", "SEGMENTATION_EVENT_CANCELED"
Returns the value of attribute segmentation_cancel_indicator.
-
#segmentation_duration ⇒ ::Integer
Returns the value of attribute segmentation_duration.
-
#segmentation_event_id ⇒ ::Integer
Returns the value of attribute segmentation_event_id.
-
#segmentation_type_id ⇒ ::Integer
Returns the value of attribute segmentation_type_id.
-
#segmentation_upid ⇒ ::String
Returns the value of attribute segmentation_upid.
-
#segmentation_upid_type ⇒ ::Integer
Returns the value of attribute segmentation_upid_type.
-
#segments_expected ⇒ ::Integer
Returns the value of attribute segments_expected.
-
#sub_segment_num ⇒ ::Integer
Returns the value of attribute sub_segment_num.
-
#sub_segments_expected ⇒ ::Integer
Returns the value of attribute sub_segments_expected.
Instance Attribute Details
#delivery_restrictions ⇒ Types::Scte35DeliveryRestrictions
Returns the value of attribute delivery_restrictions.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def delivery_restrictions @delivery_restrictions end |
#segment_num ⇒ ::Integer
Returns the value of attribute segment_num.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def segment_num @segment_num end |
#segmentation_cancel_indicator ⇒ "SEGMENTATION_EVENT_NOT_CANCELED", "SEGMENTATION_EVENT_CANCELED"
Returns the value of attribute segmentation_cancel_indicator.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def segmentation_cancel_indicator @segmentation_cancel_indicator end |
#segmentation_duration ⇒ ::Integer
Returns the value of attribute segmentation_duration.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def segmentation_duration @segmentation_duration end |
#segmentation_event_id ⇒ ::Integer
Returns the value of attribute segmentation_event_id.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def segmentation_event_id @segmentation_event_id end |
#segmentation_type_id ⇒ ::Integer
Returns the value of attribute segmentation_type_id.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def segmentation_type_id @segmentation_type_id end |
#segmentation_upid ⇒ ::String
Returns the value of attribute segmentation_upid.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def segmentation_upid @segmentation_upid end |
#segmentation_upid_type ⇒ ::Integer
Returns the value of attribute segmentation_upid_type.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def segmentation_upid_type @segmentation_upid_type end |
#segments_expected ⇒ ::Integer
Returns the value of attribute segments_expected.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def segments_expected @segments_expected end |
#sub_segment_num ⇒ ::Integer
Returns the value of attribute sub_segment_num.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def sub_segment_num @sub_segment_num end |
#sub_segments_expected ⇒ ::Integer
Returns the value of attribute sub_segments_expected.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def sub_segments_expected @sub_segments_expected end |