Class: Aws::Types::ClipFragmentSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fragment_selector_type"PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"

Returns the value of attribute fragment_selector_type.

Returns:

  • ("PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP")


17
18
19
# File 'sig/types.rbs', line 17

def fragment_selector_type
  @fragment_selector_type
end

#timestamp_rangeTypes::ClipTimestampRange

Returns the value of attribute timestamp_range.



18
19
20
# File 'sig/types.rbs', line 18

def timestamp_range
  @timestamp_range
end