Class: Aws::Types::DASHFragmentSelector
- Inherits:
-
Object
- Object
- Aws::Types::DASHFragmentSelector
- 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::DASHTimestampRange
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.
29 30 31 |
# File 'sig/types.rbs', line 29 def fragment_selector_type @fragment_selector_type end |
#timestamp_range ⇒ Types::DASHTimestampRange
Returns the value of attribute timestamp_range.
30 31 32 |
# File 'sig/types.rbs', line 30 def @timestamp_range end |