Class: Aws::Types::ClipFragmentSelector
- Inherits:
-
Object
- Object
- Aws::Types::ClipFragmentSelector
- 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::ClipTimestampRange
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.
17 18 19 |
# File 'sig/types.rbs', line 17 def fragment_selector_type @fragment_selector_type end |
#timestamp_range ⇒ Types::ClipTimestampRange
Returns the value of attribute timestamp_range.
18 19 20 |
# File 'sig/types.rbs', line 18 def @timestamp_range end |