Class: Aws::Types::HLSFragmentSelector
- Inherits:
-
Object
- Object
- Aws::Types::HLSFragmentSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragment_selector_type ⇒ "PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"
Returns the value of attribute fragment_selector_type.
-
#timestamp_range ⇒ Types::HLSTimestampRange
Returns the value of attribute timestamp_range.
Instance Attribute Details
#fragment_selector_type ⇒ "PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"
Returns the value of attribute fragment_selector_type.
139 140 141 |
# File 'sig/types.rbs', line 139 def fragment_selector_type @fragment_selector_type end |
#timestamp_range ⇒ Types::HLSTimestampRange
Returns the value of attribute timestamp_range.
140 141 142 |
# File 'sig/types.rbs', line 140 def @timestamp_range end |