Class: Aws::Types::Scte35SegmentationDescriptor

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_restrictionsTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("SEGMENTATION_EVENT_NOT_CANCELED", "SEGMENTATION_EVENT_CANCELED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def sub_segments_expected
  @sub_segments_expected
end